Html Css Color HEX #044F75 Dark Cerulean

📋 copy color: '#044F75'

red 4 ◦ green 79 ◦ blue 117

#044F75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #044F75

Tints of Dark Cerulean #044F75

RGB

 RED value IS 4 (1.95% from 255) = 2%

 GREEN value IS 79 (31.25% from 255) = 39.5%

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 2%
G = 39.5%
B = 58.5%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#044F75 (or 0x044F75) is known color: Dark Cerulean. HEX triplet: 04, 4F and 75. RGB value is (4,79,117). Sum of RGB (Red+Green+Blue) = 4+79+117=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #044F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044F75 is #FBB08A. Grayscale: #3C3C3C. Windows color (decimal): -16494731 or 7687940. OLE color: 7687940.

HSL color Cylindrical-coordinate representation of color #044F75: hue angle of 200.18º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044F75 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 79 117 -
CMYK 0.97 0.32 0 0.54
HSL 200.18º 0.93% 0.24% -
HSV(B) 200.18º 0.97% 0.46% -
XYZ 6.06 6.9 17.84 -
YUV 60.91 159.65 87.41 -
System Red Green Blue C M Y K H S L
Decimal 4 79 117 0.97 0.32 0 0.54 200.18 0.93 0.24
Hex 4 4F 75 61 20 0 36 C8 5D 18
Octal 4 117 165 141 40 0 66 310 135 30
Binary 100 1001111 1110101 1100001 100000 0 110110 11001000 1011101 11000

Color Harmonies of #044F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044F75

Black with #044F75

Text Example


Text Example

White with #044F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044F75; }

 p { color: rgb(4,79,117); }

 H1.HeaderClassName
 {
   color: #044F75;
 }
 .AnyTagClassName
 {
   color: #044F75;
 }
</style>

background-color css

<style>
 a { background-color: #044F75; }

 a { background-color: rgb(4,79,117); }

 div.DivClassName
 {
   background-color: #044F75;
 }
 .BgClassName
 {
   background-color: #044F75;
 }
</style>

border-color css

<style>
 span { border-color: #044F75; }

 span { border-color: rgb(4,79,117); }

 td.TdClassName
 {
   border-color: #044F75;
 }
 .TagClassName
 {
   border-color: #044F75;
 }
</style>