Html Css Color HEX #025097 Cobalt

📋 copy color: '#025097'

red 2 ◦ green 80 ◦ blue 151

#025097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #025097

Tints of Cobalt #025097

RGB

 RED value IS 2 (1.17% from 255) = 0.86%

 GREEN value IS 80 (31.64% from 255) = 34.33%

 BLUE value IS 151 (59.38% from 255) = 64.81%

R = 0.86%
G = 34.33%
B = 64.81%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#025097 (or 0x025097) is known color: Cobalt. HEX triplet: 02, 50 and 97. RGB value is (2,80,151). Sum of RGB (Red+Green+Blue) = 2+80+151=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #025097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025097 is #FDAF68. Grayscale: #404040. Windows color (decimal): -16625513 or 9916418. OLE color: 9916418.

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

Color convert

RGB 2 80 151 -
CMYK 0.99 0.47 0 0.41
HSL 208.59º 0.97% 0.3% -
HSV(B) 208.59º 0.99% 0.59% -
XYZ 8.48 7.98 30.37 -
YUV 64.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 2 80 151 0.99 0.47 0 0.41 208.59 0.97 0.3
Hex 2 50 97 63 2F 0 29 D1 61 1E
Octal 2 120 227 143 57 0 51 321 141 36
Binary 10 1010000 10010111 1100011 101111 0 101001 11010001 1100001 11110

Color Harmonies of #025097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025097

Black with #025097

Text Example


Text Example

White with #025097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025097; }

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

 H1.HeaderClassName
 {
   color: #025097;
 }
 .AnyTagClassName
 {
   color: #025097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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