#025798

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

Shades of Cobalt #025798

Tints of Cobalt #025798

Color information

#025798 (or 0x025798) is unknown color: approx Cobalt. HEX triplet: 02, 57 and 98. RGB value is (2,87,152). Sum of RGB (Red+Green+Blue) = 2+87+152=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #025798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025798 is #FDA867. Grayscale: #444444. Windows color (decimal): -16623720 or 9983746. OLE color: 9983746.

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

Color convert

RGB287152-
CMYK0.990.4300.40
HSL206º97.4%30.2%-
HSV(B)206º98.68%59.61%-
XYZ9.19.130.98-
YUV68.99174.8480.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=0.83%
G=36.10%
B=63.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2871520.990.4300.4020697.430.2
Hex25798632B028ce611e
Octal21272301435305031614136
Binary101010111100110001100011101011010100011001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025798; }

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

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

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

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

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

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

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

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