#025898

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

Shades of Cobalt #025898

Tints of Cobalt #025898

Color information

#025898 (or 0x025898) is unknown color: approx Cobalt. HEX triplet: 02, 58 and 98. RGB value is (2,88,152). Sum of RGB (Red+Green+Blue) = 2+88+152=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #025898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025898 is #FDA767. Grayscale: #454545. Windows color (decimal): -16623464 or 9984002. OLE color: 9984002.

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

Color convert

RGB288152-
CMYK0.990.4200.40
HSL205.6º97.4%30.2%-
HSV(B)205.6º98.68%59.61%-
XYZ9.189.2631.01-
YUV69.58174.5179.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 152 (59.77% from 255) = 62.81%
R=0.83%
G=36.36%
B=62.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2881520.990.4200.40205.697.430.2
Hex25898632A028ce611e
Octal21302301435205031614136
Binary101011000100110001100011101010010100011001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025898; }

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

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

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

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

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

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

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

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