#045283

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

Shades of Dark Cerulean #045283

Tints of Dark Cerulean #045283

Color information

#045283 (or 0x045283) is unknown color: approx Dark Cerulean. HEX triplet: 04, 52 and 83. RGB value is (4,82,131). Sum of RGB (Red+Green+Blue) = 4+82+131=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #045283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045283 is #FBAD7C. Grayscale: #3F3F3F. Windows color (decimal): -16493949 or 8606212. OLE color: 8606212.

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

Color convert

RGB482131-
CMYK0.970.3700.49
HSL203.15º94.07%26.47%-
HSV(B)203.15º96.95%51.37%-
XYZ7.167.722.58-
YUV64.26165.6685.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 131 (51.56% from 255) = 60.37%
R=1.84%
G=37.79%
B=60.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4821310.970.3700.49203.1594.0726.47
Hex452836125031cb5e1a
Octal41222031414506131313632
Binary1001010010100000111100001100101011000111001011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045283; }

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

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

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

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

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

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

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

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