Html Css Color HEX #044084 Dark Cerulean

📋 copy color: '#044084'

red 4 ◦ green 64 ◦ blue 132

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

Shades of Dark Cerulean #044084

Tints of Dark Cerulean #044084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 132 (51.95% from 255) = 66%

R = 2%
G = 32%
B = 66%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044084 (or 0x044084) is known color: Dark Cerulean. HEX triplet: 04, 40 and 84. RGB value is (4,64,132). Sum of RGB (Red+Green+Blue) = 4+64+132=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #044084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044084 is #FBBF7B. Grayscale: #353535. Windows color (decimal): -16498556 or 8667140. OLE color: 8667140.

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

Color convert

RGB 4 64 132 -
CMYK 0.97 0.52 0 0.48
HSL 211.88º 0.94% 0.27% -
HSV(B) 211.88º 0.97% 0.52% -
XYZ 6.05 5.36 22.55 -
YUV 53.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 4 64 132 0.97 0.52 0 0.48 211.88 0.94 0.27
Hex 4 40 84 61 34 0 30 D4 5E 1B
Octal 4 100 204 141 64 0 60 324 136 33
Binary 100 1000000 10000100 1100001 110100 0 110000 11010100 1011110 11011

Color Harmonies of #044084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044084

Black with #044084

Text Example


Text Example

White with #044084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044084; }

 p { color: rgb(4,64,132); }

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

background-color css

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

 a { background-color: rgb(4,64,132); }

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

border-color css

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

 span { border-color: rgb(4,64,132); }

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