#025B9E

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

Shades of Cobalt #025B9E

Tints of Cobalt #025B9E

Color information

#025B9E (or 0x025B9E) is unknown color: approx Cobalt. HEX triplet: 02, 5B and 9E. RGB value is (2,91,158). Sum of RGB (Red+Green+Blue) = 2+91+158=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #025B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025B9E is #FDA461. Grayscale: #474747. Windows color (decimal): -16622690 or 10377986. OLE color: 10377986.

HSL color Cylindrical-coordinate representation of color #025B9E: hue angle of 205.77º 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 #025B9E is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB291158-
CMYK0.990.4200.38
HSL205.77º97.5%31.37%-
HSV(B)205.77º98.73%61.96%-
XYZ9.949.9633.75-
YUV72.03176.5178.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=0.80%
G=36.25%
B=62.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2911580.990.4200.38205.7797.531.37
Hex25B9E632A026ce621f
Octal21332361435204631614237
Binary101011011100111101100011101010010011011001110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025B9E; }

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

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

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

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

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

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

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

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