#02509C

Color #02509C Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #02509C

Tints of Cobalt #02509C

Color information

#02509C (or 0x02509C) is unknown color: approx Cobalt. HEX triplet: 02, 50 and 9C. RGB value is (2,80,156). Sum of RGB (Red+Green+Blue) = 2+80+156=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #02509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02509C is #FDAF63. Grayscale: #404040. Windows color (decimal): -16625508 or 10244098. OLE color: 10244098.

HSL color Cylindrical-coordinate representation of color #02509C: hue angle of 209.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02509C is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB280156-
CMYK0.990.4900.39
HSL209.61º97.47%30.98%-
HSV(B)209.61º98.72%61.18%-
XYZ8.898.1532.56-
YUV65.34179.1682.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 156 (61.33% from 255) = 65.55%
R=0.84%
G=33.61%
B=65.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2801560.990.4900.39209.6197.4730.98
Hex2509C6331027d2611f
Octal21202341436104732214137
Binary101010000100111001100011110001010011111010010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02509C; }

 p { color: rgb(2,80,156); }

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

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

 a { background-color: rgb(2,80,156); }

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

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

 span { border-color: rgb(2,80,156); }

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