Html Css Color HEX #044C90 Dark Cerulean

📋 copy color: '#044C90'

red 4 ◦ green 76 ◦ blue 144

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

Shades of Dark Cerulean #044C90

Tints of Dark Cerulean #044C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

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

R = 1.79%
G = 33.93%
B = 64.29%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#044C90 (or 0x044C90) is known color: Dark Cerulean. HEX triplet: 04, 4C and 90. RGB value is (4,76,144). Sum of RGB (Red+Green+Blue) = 4+76+144=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #044C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C90 is #FBB36F. Grayscale: #3D3D3D. Windows color (decimal): -16495472 or 9456644. OLE color: 9456644.

HSL color Cylindrical-coordinate representation of color #044C90: hue angle of 209.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 #044C90 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 76 144 -
CMYK 0.97 0.47 0 0.44
HSL 209.14º 0.95% 0.29% -
HSV(B) 209.14º 0.97% 0.56% -
XYZ 7.67 7.21 27.37 -
YUV 62.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 4 76 144 0.97 0.47 0 0.44 209.14 0.95 0.29
Hex 4 4C 90 61 2F 0 2C D1 5F 1D
Octal 4 114 220 141 57 0 54 321 137 35
Binary 100 1001100 10010000 1100001 101111 0 101100 11010001 1011111 11101

Color Harmonies of #044C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C90

Black with #044C90

Text Example


Text Example

White with #044C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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