Html Css Color HEX #044288 Dark Cerulean

📋 copy color: '#044288'

red 4 ◦ green 66 ◦ blue 136

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

Shades of Dark Cerulean #044288

Tints of Dark Cerulean #044288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 136 (53.52% from 255) = 66.02%

R = 1.94%
G = 32.04%
B = 66.02%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#044288 (or 0x044288) is known color: Dark Cerulean. HEX triplet: 04, 42 and 88. RGB value is (4,66,136). Sum of RGB (Red+Green+Blue) = 4+66+136=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #044288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044288 is #FBBD77. Grayscale: #373737. Windows color (decimal): -16498040 or 8929796. OLE color: 8929796.

HSL color Cylindrical-coordinate representation of color #044288: hue angle of 211.82º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044288 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 66 136 -
CMYK 0.97 0.51 0 0.47
HSL 211.82º 0.94% 0.27% -
HSV(B) 211.82º 0.97% 0.53% -
XYZ 6.44 5.7 24.05 -
YUV 55.44 173.46 91.31 -
System Red Green Blue C M Y K H S L
Decimal 4 66 136 0.97 0.51 0 0.47 211.82 0.94 0.27
Hex 4 42 88 61 33 0 2F D4 5E 1B
Octal 4 102 210 141 63 0 57 324 136 33
Binary 100 1000010 10001000 1100001 110011 0 101111 11010100 1011110 11011

Color Harmonies of #044288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044288

Black with #044288

Text Example


Text Example

White with #044288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044288; }

 p { color: rgb(4,66,136); }

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

background-color css

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

 a { background-color: rgb(4,66,136); }

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

border-color css

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

 span { border-color: rgb(4,66,136); }

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