#025C98

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

Shades of Cobalt #025C98

Tints of Cobalt #025C98

Color information

#025C98 (or 0x025C98) is unknown color: approx Cobalt. HEX triplet: 02, 5C and 98. RGB value is (2,92,152). Sum of RGB (Red+Green+Blue) = 2+92+152=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #025C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C98 is #FDA367. Grayscale: #474747. Windows color (decimal): -16622440 or 9985026. OLE color: 9985026.

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

Color convert

RGB292152-
CMYK0.990.3900.40
HSL204º97.4%30.2%-
HSV(B)204º98.68%59.61%-
XYZ9.529.9331.12-
YUV71.93173.1878.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 152 (59.77% from 255) = 61.79%
R=0.81%
G=37.40%
B=61.79%

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
Decimal2921520.990.3900.4020497.430.2
Hex25C986327028cc611e
Octal21342301434705031414136
Binary101011100100110001100011100111010100011001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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