Html Css Color HEX #025199 Cobalt

📋 copy color: '#025199'

red 2 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #025199

Tints of Cobalt #025199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 0.85%
G = 34.32%
B = 64.83%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#025199 (or 0x025199) is known color: Cobalt. HEX triplet: 02, 51 and 99. RGB value is (2,81,153). Sum of RGB (Red+Green+Blue) = 2+81+153=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #025199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025199 is #FDAE66. Grayscale: #414141. Windows color (decimal): -16625255 or 10047746. OLE color: 10047746.

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

Color convert

RGB 2 81 153 -
CMYK 0.99 0.47 0 0.4
HSL 208.61º 0.97% 0.3% -
HSV(B) 208.61º 0.99% 0.6% -
XYZ 8.72 8.2 31.26 -
YUV 65.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 2 81 153 0.99 0.47 0 0.4 208.61 0.97 0.3
Hex 2 51 99 63 2F 0 28 D1 61 1E
Octal 2 121 231 143 57 0 50 321 141 36
Binary 10 1010001 10011001 1100011 101111 0 101000 11010001 1100001 11110

Color Harmonies of #025199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025199

Black with #025199

Text Example


Text Example

White with #025199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025199; }

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

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

background-color css

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

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

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

border-color css

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

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

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