Html Css Color HEX #044D84 Dark Cerulean

📋 copy color: '#044D84'

red 4 ◦ green 77 ◦ blue 132

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

Shades of Dark Cerulean #044D84

Tints of Dark Cerulean #044D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.15%

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

R = 1.88%
G = 36.15%
B = 61.97%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#044D84 (or 0x044D84) is known color: Dark Cerulean. HEX triplet: 04, 4D and 84. RGB value is (4,77,132). Sum of RGB (Red+Green+Blue) = 4+77+132=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #044D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D84 is #FBB27B. Grayscale: #3D3D3D. Windows color (decimal): -16495228 or 8670468. OLE color: 8670468.

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

Color convert

RGB 4 77 132 -
CMYK 0.97 0.42 0 0.48
HSL 205.78º 0.94% 0.27% -
HSV(B) 205.78º 0.97% 0.52% -
XYZ 6.87 7 22.82 -
YUV 61.44 167.82 87.03 -
System Red Green Blue C M Y K H S L
Decimal 4 77 132 0.97 0.42 0 0.48 205.78 0.94 0.27
Hex 4 4D 84 61 2A 0 30 CE 5E 1B
Octal 4 115 204 141 52 0 60 316 136 33
Binary 100 1001101 10000100 1100001 101010 0 110000 11001110 1011110 11011

Color Harmonies of #044D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D84

Black with #044D84

Text Example


Text Example

White with #044D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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