#025C9F

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

Shades of Cobalt #025C9F

Tints of Cobalt #025C9F

Color information

#025C9F (or 0x025C9F) is unknown color: approx Cobalt. HEX triplet: 02, 5C and 9F. RGB value is (2,92,159). Sum of RGB (Red+Green+Blue) = 2+92+159=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #025C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C9F is #FDA360. Grayscale: #484848. Windows color (decimal): -16622433 or 10443778. OLE color: 10443778.

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

Color convert

RGB292159-
CMYK0.990.4200.38
HSL205.61º97.52%31.57%-
HSV(B)205.61º98.74%62.35%-
XYZ10.1110.1734.23-
YUV72.73176.6877.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=0.79%
G=36.36%
B=62.85%

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
Decimal2921590.990.4200.38205.6197.5231.57
Hex25C9F632A026ce6220
Octal21342371435204631614240
Binary1010111001001111111000111010100100110110011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,92,159); }

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

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

 a { background-color: rgb(2,92,159); }

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

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

 span { border-color: rgb(2,92,159); }

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