Html Css Color HEX #044E75 Dark Cerulean

📋 copy color: '#044E75'

red 4 ◦ green 78 ◦ blue 117

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

Shades of Dark Cerulean #044E75

Tints of Dark Cerulean #044E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.2%

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

R = 2.01%
G = 39.2%
B = 58.79%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#044E75 (or 0x044E75) is known color: Dark Cerulean. HEX triplet: 04, 4E and 75. RGB value is (4,78,117). Sum of RGB (Red+Green+Blue) = 4+78+117=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #044E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E75 is #FBB18A. Grayscale: #3C3C3C. Windows color (decimal): -16494987 or 7687684. OLE color: 7687684.

HSL color Cylindrical-coordinate representation of color #044E75: hue angle of 200.71º 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 #044E75 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 78 117 -
CMYK 0.97 0.33 0 0.54
HSL 200.71º 0.93% 0.24% -
HSV(B) 200.71º 0.97% 0.46% -
XYZ 5.99 6.76 17.82 -
YUV 60.32 159.98 87.83 -
System Red Green Blue C M Y K H S L
Decimal 4 78 117 0.97 0.33 0 0.54 200.71 0.93 0.24
Hex 4 4E 75 61 21 0 36 C9 5D 18
Octal 4 116 165 141 41 0 66 311 135 30
Binary 100 1001110 1110101 1100001 100001 0 110110 11001001 1011101 11000

Color Harmonies of #044E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E75

Black with #044E75

Text Example


Text Example

White with #044E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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