Html Css Color HEX #044691 Dark Cerulean

📋 copy color: '#044691'

red 4 ◦ green 70 ◦ blue 145

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

Shades of Dark Cerulean #044691

Tints of Dark Cerulean #044691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 145 (57.03% from 255) = 66.21%

R = 1.83%
G = 31.96%
B = 66.21%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#044691 (or 0x044691) is known color: Dark Cerulean. HEX triplet: 04, 46 and 91. RGB value is (4,70,145). Sum of RGB (Red+Green+Blue) = 4+70+145=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #044691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044691 is #FBB96E. Grayscale: #3A3A3A. Windows color (decimal): -16497007 or 9520644. OLE color: 9520644.

HSL color Cylindrical-coordinate representation of color #044691: hue angle of 211.91º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044691 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 70 145 -
CMYK 0.97 0.52 0 0.43
HSL 211.91º 0.95% 0.29% -
HSV(B) 211.91º 0.97% 0.57% -
XYZ 7.35 6.45 27.65 -
YUV 58.82 176.63 88.9 -
System Red Green Blue C M Y K H S L
Decimal 4 70 145 0.97 0.52 0 0.43 211.91 0.95 0.29
Hex 4 46 91 61 34 0 2B D4 5F 1D
Octal 4 106 221 141 64 0 53 324 137 35
Binary 100 1000110 10010001 1100001 110100 0 101011 11010100 1011111 11101

Color Harmonies of #044691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044691

Black with #044691

Text Example


Text Example

White with #044691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044691; }

 p { color: rgb(4,70,145); }

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

background-color css

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

 a { background-color: rgb(4,70,145); }

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

border-color css

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

 span { border-color: rgb(4,70,145); }

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