#02469B

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

Shades of Cobalt #02469B

Tints of Cobalt #02469B

Color information

#02469B (or 0x02469B) is unknown color: approx Cobalt. HEX triplet: 02, 46 and 9B. RGB value is (2,70,155). Sum of RGB (Red+Green+Blue) = 2+70+155=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #02469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02469B is #FDB964. Grayscale: #3A3A3A. Windows color (decimal): -16628069 or 10176002. OLE color: 10176002.

HSL color Cylindrical-coordinate representation of color #02469B: hue angle of 213.33º 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 #02469B is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB270155-
CMYK0.990.5500.39
HSL213.33º97.45%30.78%-
HSV(B)213.33º98.71%60.78%-
XYZ8.136.7631.89-
YUV59.36181.9787.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 155 (60.94% from 255) = 68.28%
R=0.88%
G=30.84%
B=68.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2701550.990.5500.39213.3397.4530.78
Hex2469B6337027d5611f
Octal21062331436704732514137
Binary101000110100110111100011110111010011111010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02469B; }

 p { color: rgb(2,70,155); }

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

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

 a { background-color: rgb(2,70,155); }

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

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

 span { border-color: rgb(2,70,155); }

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