#0259B1

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

Shades of Cobalt #0259B1

Tints of Cobalt #0259B1

Color information

#0259B1 (or 0x0259B1) is unknown color: approx Cobalt. HEX triplet: 02, 59 and B1. RGB value is (2,89,177). Sum of RGB (Red+Green+Blue) = 2+89+177=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 177 (69.53% from 255 or 66.04% from 268); Max value from RGB is 177 - color contains mainly: blue. Hex color #0259B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0259B1 is #FDA64E. Grayscale: #484848. Windows color (decimal): -16623183 or 11622658. OLE color: 11622658.

HSL color Cylindrical-coordinate representation of color #0259B1: hue angle of 210.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259B1 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB289177-
CMYK0.990.5000.31
HSL210.17º97.77%35.1%-
HSV(B)210.17º98.87%69.41%-
XYZ11.5310.3342.98-
YUV73.02186.6877.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 177 (69.53% from 255) = 66.04%
R=0.75%
G=33.21%
B=66.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2891770.990.5000.31210.1797.7735.1
Hex259B1633201Fd26223
Octal21312611436203732214243
Binary101011001101100011100011110010011111110100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0259B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0259B1; }

 p { color: rgb(2,89,177); }

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

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

 a { background-color: rgb(2,89,177); }

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

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

 span { border-color: rgb(2,89,177); }

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