#044381

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

Shades of Dark Cerulean #044381

Tints of Dark Cerulean #044381

Color information

#044381 (or 0x044381) is unknown color: approx Dark Cerulean. HEX triplet: 04, 43 and 81. RGB value is (4,67,129). Sum of RGB (Red+Green+Blue) = 4+67+129=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #044381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044381 is #FBBC7E. Grayscale: #363636. Windows color (decimal): -16497791 or 8471300. OLE color: 8471300.

HSL color Cylindrical-coordinate representation of color #044381: hue angle of 209.76º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044381 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB467129-
CMYK0.970.4800.49
HSL209.76º93.98%26.08%-
HSV(B)209.76º96.9%50.59%-
XYZ6.025.6321.54-
YUV55.23169.6391.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 129 (50.78% from 255) = 64.5%
R=2%
G=33.5%
B=64.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4671290.970.4800.49209.7693.9826.08
Hex443816130031d25e1a
Octal41032011416006132213632
Binary1001000011100000011100001110000011000111010010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044381; }

 p { color: rgb(4,67,129); }

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

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

 a { background-color: rgb(4,67,129); }

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

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

 span { border-color: rgb(4,67,129); }

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