#025198

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

Shades of Cobalt #025198

Tints of Cobalt #025198

Color information

#025198 (or 0x025198) is unknown color: approx Cobalt. HEX triplet: 02, 51 and 98. RGB value is (2,81,152). Sum of RGB (Red+Green+Blue) = 2+81+152=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #025198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025198 is #FDAE67. Grayscale: #414141. Windows color (decimal): -16625256 or 9982210. OLE color: 9982210.

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

Color convert

RGB281152-
CMYK0.990.4700.40
HSL208.4º97.4%30.2%-
HSV(B)208.4º98.68%59.61%-
XYZ8.638.1630.83-
YUV65.47176.8382.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=0.85%
G=34.47%
B=64.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2811520.990.4700.40208.497.430.2
Hex25198632F028d0611e
Octal21212301435705032014136
Binary101010001100110001100011101111010100011010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025198; }

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

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

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

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

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

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

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

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