Html Css Color HEX #025696 Cobalt

📋 copy color: '#025696'

red 2 ◦ green 86 ◦ blue 150

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

Shades of Cobalt #025696

Tints of Cobalt #025696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

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

R = 0.84%
G = 36.13%
B = 63.03%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#025696 (or 0x025696) is known color: Cobalt. HEX triplet: 02, 56 and 96. RGB value is (2,86,150). Sum of RGB (Red+Green+Blue) = 2+86+150=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #025696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025696 is #FDA969. Grayscale: #434343. Windows color (decimal): -16623978 or 9852418. OLE color: 9852418.

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

Color convert

RGB 2 86 150 -
CMYK 0.99 0.43 0 0.41
HSL 205.95º 0.97% 0.3% -
HSV(B) 205.95º 0.99% 0.59% -
XYZ 8.86 8.87 30.1 -
YUV 68.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 2 86 150 0.99 0.43 0 0.41 205.95 0.97 0.3
Hex 2 56 96 63 2B 0 29 CE 61 1E
Octal 2 126 226 143 53 0 51 316 141 36
Binary 10 1010110 10010110 1100011 101011 0 101001 11001110 1100001 11110

Color Harmonies of #025696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025696

Black with #025696

Text Example


Text Example

White with #025696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025696; }

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

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

background-color css

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

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

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

border-color css

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

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

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