#044A83

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

Shades of Dark Cerulean #044A83

Tints of Dark Cerulean #044A83

Color information

#044A83 (or 0x044A83) is unknown color: approx Dark Cerulean. HEX triplet: 04, 4A and 83. RGB value is (4,74,131). Sum of RGB (Red+Green+Blue) = 4+74+131=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #044A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A83 is #FBB57C. Grayscale: #3B3B3B. Windows color (decimal): -16495997 or 8604164. OLE color: 8604164.

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

Color convert

RGB474131-
CMYK0.970.4400.49
HSL206.93º94.07%26.47%-
HSV(B)206.93º96.95%51.37%-
XYZ6.66.5622.39-
YUV59.57168.3188.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 131 (51.56% from 255) = 62.68%
R=1.91%
G=35.41%
B=62.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4741310.970.4400.49206.9394.0726.47
Hex44A83612C031cf5e1a
Octal41122031415406131713632
Binary1001001010100000111100001101100011000111001111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,74,131); }

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

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

 a { background-color: rgb(4,74,131); }

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

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

 span { border-color: rgb(4,74,131); }

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