#044B94

Color #044B94 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #044B94

Tints of Dark Cerulean #044B94

Color information

#044B94 (or 0x044B94) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4B and 94. RGB value is (4,75,148). Sum of RGB (Red+Green+Blue) = 4+75+148=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #044B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044B94 is #FBB46B. Grayscale: #3D3D3D. Windows color (decimal): -16495724 or 9718532. OLE color: 9718532.

HSL color Cylindrical-coordinate representation of color #044B94: hue angle of 210.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044B94 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB475148-
CMYK0.970.4900.42
HSL210.42º94.74%29.8%-
HSV(B)210.42º97.3%58.04%-
XYZ7.917.228.99-
YUV62.09176.4886.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 148 (58.20% from 255) = 65.20%
R=1.76%
G=33.04%
B=65.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4751480.970.4900.42210.4294.7429.8
Hex44B94613102Ad25f1e
Octal41132241416105232213736
Binary1001001011100101001100001110001010101011010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,75,148); }

 H1.HeaderClassName
 {
   color: #044B94;
 }
 .AnyTagClassName
 {
   color: #044B94;
 }
</style>
background-color css

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

 a { background-color: rgb(4,75,148); }

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

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

 span { border-color: rgb(4,75,148); }

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