Html Css Color HEX #044590 Dark Cerulean

📋 copy color: '#044590'

red 4 ◦ green 69 ◦ blue 144

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

Shades of Dark Cerulean #044590

Tints of Dark Cerulean #044590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 66.36%

R = 1.84%
G = 31.8%
B = 66.36%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#044590 (or 0x044590) is known color: Dark Cerulean. HEX triplet: 04, 45 and 90. RGB value is (4,69,144). Sum of RGB (Red+Green+Blue) = 4+69+144=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #044590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044590 is #FBBA6F. Grayscale: #393939. Windows color (decimal): -16497264 or 9454852. OLE color: 9454852.

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

Color convert

RGB 4 69 144 -
CMYK 0.97 0.52 0 0.44
HSL 212.14º 0.95% 0.29% -
HSV(B) 212.14º 0.97% 0.56% -
XYZ 7.21 6.3 27.22 -
YUV 58.12 176.47 89.4 -
System Red Green Blue C M Y K H S L
Decimal 4 69 144 0.97 0.52 0 0.44 212.14 0.95 0.29
Hex 4 45 90 61 34 0 2C D4 5F 1D
Octal 4 105 220 141 64 0 54 324 137 35
Binary 100 1000101 10010000 1100001 110100 0 101100 11010100 1011111 11101

Color Harmonies of #044590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044590

Black with #044590

Text Example


Text Example

White with #044590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044590; }

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

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

background-color css

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

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

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

border-color css

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

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

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