#025095

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

Shades of Cobalt #025095

Tints of Cobalt #025095

Color information

#025095 (or 0x025095) is unknown color: approx Cobalt. HEX triplet: 02, 50 and 95. RGB value is (2,80,149). Sum of RGB (Red+Green+Blue) = 2+80+149=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #025095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025095 is #FDAF6A. Grayscale: #404040. Windows color (decimal): -16625515 or 9785346. OLE color: 9785346.

HSL color Cylindrical-coordinate representation of color #025095: hue angle of 208.16º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025095 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB280149-
CMYK0.990.4600.42
HSL208.16º97.35%29.61%-
HSV(B)208.16º98.66%58.43%-
XYZ8.327.9229.52-
YUV64.54175.6683.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=0.87%
G=34.63%
B=64.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal2801490.990.4600.42208.1697.3529.61
Hex25095632E02Ad0611e
Octal21202251435605232014136
Binary101010000100101011100011101110010101011010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025095; }

 p { color: rgb(2,80,149); }

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

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

 a { background-color: rgb(2,80,149); }

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

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

 span { border-color: rgb(2,80,149); }

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