#025E9B

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

Shades of Cobalt #025E9B

Tints of Cobalt #025E9B

Color information

#025E9B (or 0x025E9B) is unknown color: approx Cobalt. HEX triplet: 02, 5E and 9B. RGB value is (2,94,155). Sum of RGB (Red+Green+Blue) = 2+94+155=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #025E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E9B is #FDA164. Grayscale: #494949. Windows color (decimal): -16621925 or 10182146. OLE color: 10182146.

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

Color convert

RGB294155-
CMYK0.990.3900.39
HSL203.92º97.45%30.78%-
HSV(B)203.92º98.71%60.78%-
XYZ9.9410.3832.49-
YUV73.45174.0277.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 94 (37.11% from 255) = 37.45%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=0.80%
G=37.45%
B=61.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2941550.990.3900.39203.9297.4530.78
Hex25E9B6327027cc611f
Octal21362331434704731414137
Binary101011110100110111100011100111010011111001100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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