#025D98

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

Shades of Cobalt #025D98

Tints of Cobalt #025D98

Color information

#025D98 (or 0x025D98) is unknown color: approx Cobalt. HEX triplet: 02, 5D and 98. RGB value is (2,93,152). Sum of RGB (Red+Green+Blue) = 2+93+152=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #025D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025D98 is #FDA267. Grayscale: #484848. Windows color (decimal): -16622184 or 9985282. OLE color: 9985282.

HSL color Cylindrical-coordinate representation of color #025D98: hue angle of 203.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025D98 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB293152-
CMYK0.990.3900.40
HSL203.6º97.4%30.2%-
HSV(B)203.6º98.68%59.61%-
XYZ9.6110.1131.15-
YUV72.52172.8577.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 152 (59.77% from 255) = 61.54%
R=0.81%
G=37.65%
B=61.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2931520.990.3900.40203.697.430.2
Hex25D986327028cc611e
Octal21352301434705031414136
Binary101011101100110001100011100111010100011001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,93,152); }

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

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

 a { background-color: rgb(2,93,152); }

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

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

 span { border-color: rgb(2,93,152); }

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