#044C8A

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

Shades of Dark Cerulean #044C8A

Tints of Dark Cerulean #044C8A

Color information

#044C8A (or 0x044C8A) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4C and 8A. RGB value is (4,76,138). Sum of RGB (Red+Green+Blue) = 4+76+138=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #044C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C8A is #FBB375. Grayscale: #3D3D3D. Windows color (decimal): -16495478 or 9063428. OLE color: 9063428.

HSL color Cylindrical-coordinate representation of color #044C8A: hue angle of 207.76º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044C8A is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB476138-
CMYK0.970.4500.46
HSL207.76º94.37%27.84%-
HSV(B)207.76º97.1%54.12%-
XYZ7.227.0325.02-
YUV61.54171.1586.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 138 (54.30% from 255) = 63.30%
R=1.83%
G=34.86%
B=63.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4761380.970.4500.46207.7694.3727.84
Hex44C8A612D02Ed05e1c
Octal41142121415505632013634
Binary1001001100100010101100001101101010111011010000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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