#02459E

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

Shades of Cobalt #02459E

Tints of Cobalt #02459E

Color information

#02459E (or 0x02459E) is unknown color: approx Cobalt. HEX triplet: 02, 45 and 9E. RGB value is (2,69,158). Sum of RGB (Red+Green+Blue) = 2+69+158=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #02459E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02459E is #FDBA61. Grayscale: #3A3A3A. Windows color (decimal): -16628322 or 10372354. OLE color: 10372354.

HSL color Cylindrical-coordinate representation of color #02459E: hue angle of 214.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02459E is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB269158-
CMYK0.990.5600.38
HSL214.23º97.5%31.37%-
HSV(B)214.23º98.73%61.96%-
XYZ8.326.7433.21-
YUV59.11183.887.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 158 (62.11% from 255) = 69.00%
R=0.87%
G=30.13%
B=69.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2691580.990.5600.38214.2397.531.37
Hex2459E6338026d6621f
Octal21052361437004632614237
Binary101000101100111101100011111000010011011010110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02459E; }

 p { color: rgb(2,69,158); }

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

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

 a { background-color: rgb(2,69,158); }

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

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

 span { border-color: rgb(2,69,158); }

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