Html Css Color HEX #025096 Cobalt

📋 copy color: '#025096'

red 2 ◦ green 80 ◦ blue 150

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

Shades of Cobalt #025096

Tints of Cobalt #025096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.66%

R = 0.86%
G = 34.48%
B = 64.66%

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

#025096 (or 0x025096) is known color: Cobalt. HEX triplet: 02, 50 and 96. RGB value is (2,80,150). Sum of RGB (Red+Green+Blue) = 2+80+150=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #025096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025096 is #FDAF69. Grayscale: #404040. Windows color (decimal): -16625514 or 9850882. OLE color: 9850882.

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

Color convert

RGB 2 80 150 -
CMYK 0.99 0.47 0 0.41
HSL 208.38º 0.97% 0.3% -
HSV(B) 208.38º 0.99% 0.59% -
XYZ 8.4 7.95 29.95 -
YUV 64.66 176.16 83.31 -
System Red Green Blue C M Y K H S L
Decimal 2 80 150 0.99 0.47 0 0.41 208.38 0.97 0.3
Hex 2 50 96 63 2F 0 29 D0 61 1E
Octal 2 120 226 143 57 0 51 320 141 36
Binary 10 1010000 10010110 1100011 101111 0 101001 11010000 1100001 11110

Color Harmonies of #025096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025096

Black with #025096

Text Example


Text Example

White with #025096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025096; }

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

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

background-color css

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

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

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

border-color css

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

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

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