#025276

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

Shades of Dark Cerulean #025276

Tints of Dark Cerulean #025276

Color information

#025276 (or 0x025276) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 76. RGB value is (2,82,118). Sum of RGB (Red+Green+Blue) = 2+82+118=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #025276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025276 is #FDAD89. Grayscale: #3D3D3D. Windows color (decimal): -16625034 or 7754242. OLE color: 7754242.

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

Color convert

RGB282118-
CMYK0.980.3100.54
HSL198.62º96.67%23.53%-
HSV(B)198.62º98.31%46.27%-
XYZ6.317.3618.23-
YUV62.18159.585.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=0.99%
G=40.59%
B=58.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2821180.980.3100.54198.6296.6723.53
Hex25276621F036c76118
Octal21221661423706630714130
Binary1010100101110110110001011111011011011000111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025276; }

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

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

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

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

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

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

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

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