Html Css Color HEX #025095 Cobalt

📋 copy color: '#025095'

red 2 ◦ green 80 ◦ blue 149

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

Shades of Cobalt #025095

Tints of Cobalt #025095

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.5%

R = 0.87%
G = 34.63%
B = 64.5%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#025095 (or 0x025095) is known color: 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

RGB 2 80 149 -
CMYK 0.99 0.46 0 0.42
HSL 208.16º 0.97% 0.3% -
HSV(B) 208.16º 0.99% 0.58% -
XYZ 8.32 7.92 29.52 -
YUV 64.54 175.66 83.39 -
System Red Green Blue C M Y K H S L
Decimal 2 80 149 0.99 0.46 0 0.42 208.16 0.97 0.3
Hex 2 50 95 63 2E 0 2A D0 61 1E
Octal 2 120 225 143 56 0 52 320 141 36
Binary 10 1010000 10010101 1100011 101110 0 101010 11010000 1100001 11110

Color Harmonies of #025095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025095

Black with #025095

Text Example


Text Example

White with #025095

Text Example


Text Example

HTML Codes & Css Web 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>