Html Css Color HEX #025099 Cobalt

📋 copy color: '#025099'

red 2 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #025099

Tints of Cobalt #025099

RGB

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

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

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

R = 0.85%
G = 34.04%
B = 65.11%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#025099 (or 0x025099) is known color: Cobalt. HEX triplet: 02, 50 and 99. RGB value is (2,80,153). Sum of RGB (Red+Green+Blue) = 2+80+153=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #025099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025099 is #FDAF66. Grayscale: #404040. Windows color (decimal): -16625511 or 10047490. OLE color: 10047490.

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

Color convert

RGB 2 80 153 -
CMYK 0.99 0.48 0 0.4
HSL 209.01º 0.97% 0.3% -
HSV(B) 209.01º 0.99% 0.6% -
XYZ 8.64 8.05 31.24 -
YUV 65 177.66 83.06 -
System Red Green Blue C M Y K H S L
Decimal 2 80 153 0.99 0.48 0 0.4 209.01 0.97 0.3
Hex 2 50 99 63 30 0 28 D1 61 1E
Octal 2 120 231 143 60 0 50 321 141 36
Binary 10 1010000 10011001 1100011 110000 0 101000 11010001 1100001 11110

Color Harmonies of #025099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025099

Black with #025099

Text Example


Text Example

White with #025099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025099; }

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

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

background-color css

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

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

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

border-color css

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

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

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