Html Css Color HEX #044591 Dark Cerulean

📋 copy color: '#044591'

red 4 ◦ green 69 ◦ blue 145

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

Shades of Dark Cerulean #044591

Tints of Dark Cerulean #044591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 1.83%
G = 31.65%
B = 66.51%

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

#044591 (or 0x044591) is known color: Dark Cerulean. HEX triplet: 04, 45 and 91. RGB value is (4,69,145). Sum of RGB (Red+Green+Blue) = 4+69+145=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #044591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044591 is #FBBA6E. Grayscale: #393939. Windows color (decimal): -16497263 or 9520388. OLE color: 9520388.

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

Color convert

RGB 4 69 145 -
CMYK 0.97 0.52 0 0.43
HSL 212.34º 0.95% 0.29% -
HSV(B) 212.34º 0.97% 0.57% -
XYZ 7.29 6.33 27.63 -
YUV 58.23 176.97 89.32 -
System Red Green Blue C M Y K H S L
Decimal 4 69 145 0.97 0.52 0 0.43 212.34 0.95 0.29
Hex 4 45 91 61 34 0 2B D4 5F 1D
Octal 4 105 221 141 64 0 53 324 137 35
Binary 100 1000101 10010001 1100001 110100 0 101011 11010100 1011111 11101

Color Harmonies of #044591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044591

Black with #044591

Text Example


Text Example

White with #044591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044591; }

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

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

background-color css

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

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

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

border-color css

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

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

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