Html Css Color HEX #044391 Dark Cerulean

📋 copy color: '#044391'

red 4 ◦ green 67 ◦ blue 145

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

Shades of Dark Cerulean #044391

Tints of Dark Cerulean #044391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 1.85%
G = 31.02%
B = 67.13%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#044391 (or 0x044391) is known color: Dark Cerulean. HEX triplet: 04, 43 and 91. RGB value is (4,67,145). Sum of RGB (Red+Green+Blue) = 4+67+145=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 145 (57.03% from 255 or 67.13% from 216); Max value from RGB is 145 - color contains mainly: blue. Hex color #044391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044391 is #FBBC6E. Grayscale: #383838. Windows color (decimal): -16497775 or 9519876. OLE color: 9519876.

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

Color convert

RGB 4 67 145 -
CMYK 0.97 0.54 0 0.43
HSL 213.19º 0.95% 0.29% -
HSV(B) 213.19º 0.97% 0.57% -
XYZ 7.17 6.08 27.58 -
YUV 57.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 4 67 145 0.97 0.54 0 0.43 213.19 0.95 0.29
Hex 4 43 91 61 36 0 2B D5 5F 1D
Octal 4 103 221 141 66 0 53 325 137 35
Binary 100 1000011 10010001 1100001 110110 0 101011 11010101 1011111 11101

Color Harmonies of #044391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044391

Black with #044391

Text Example


Text Example

White with #044391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044391; }

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

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

background-color css

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

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

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

border-color css

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

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

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