#045279

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

Shades of Dark Cerulean #045279

Tints of Dark Cerulean #045279

Color information

#045279 (or 0x045279) is unknown color: approx Dark Cerulean. HEX triplet: 04, 52 and 79. RGB value is (4,82,121). Sum of RGB (Red+Green+Blue) = 4+82+121=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #045279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045279 is #FBAD86. Grayscale: #3E3E3E. Windows color (decimal): -16493959 or 7950852. OLE color: 7950852.

HSL color Cylindrical-coordinate representation of color #045279: hue angle of 200º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045279 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB482121-
CMYK0.970.3200.53
HSL200º93.6%24.51%-
HSV(B)200º96.69%47.45%-
XYZ6.527.4419.18-
YUV63.12160.6685.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=1.93%
G=39.61%
B=58.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4821210.970.3200.5320093.624.51
Hex452796120035c85e19
Octal41221711414006531013631
Binary100101001011110011100001100000011010111001000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045279; }

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

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

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

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

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

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

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

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