#005276

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

Shades of Dark Cerulean #005276

Tints of Dark Cerulean #005276

Color information

#005276 (or 0x005276) is unknown color: approx Dark Cerulean. HEX triplet: 00, 52 and 76. RGB value is (0,82,118). Sum of RGB (Red+Green+Blue) = 0+82+118=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #005276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005276 is #FFAD89. Grayscale: #3D3D3D. Windows color (decimal): -16756106 or 7754240. OLE color: 7754240.

HSL color Cylindrical-coordinate representation of color #005276: hue angle of 198.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005276 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB082118-
CMYK10.3100.54
HSL198.31º100%23.14%-
HSV(B)198.31º100%46.27%-
XYZ6.297.3418.23-
YUV61.59159.8384.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 118 (46.48% from 255) = 59%
R=0%
G=41%
B=59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal08211810.3100.54198.3110023.14
Hex05276641F036c66417
Octal01221661443706630614427
Binary010100101110110110010011111011011011000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005276; }

 p { color: rgb(0,82,118); }

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

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

 a { background-color: rgb(0,82,118); }

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

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

 span { border-color: rgb(0,82,118); }

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