Html Css Color HEX #025BA6 Cobalt

📋 copy color: '#025BA6'

red 2 ◦ green 91 ◦ blue 166

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

Shades of Cobalt #025BA6

Tints of Cobalt #025BA6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.14%

 BLUE value IS 166 (65.23% from 255) = 64.09%

R = 0.77%
G = 35.14%
B = 64.09%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#025BA6 (or 0x025BA6) is known color: Cobalt. HEX triplet: 02, 5B and A6. RGB value is (2,91,166). Sum of RGB (Red+Green+Blue) = 2+91+166=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 166 (65.23% from 255 or 64.09% from 259); Max value from RGB is 166 - color contains mainly: blue. Hex color #025BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025BA6 is #FDA459. Grayscale: #484848. Windows color (decimal): -16622682 or 10902274. OLE color: 10902274.

HSL color Cylindrical-coordinate representation of color #025BA6: hue angle of 207.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BA6 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 91 166 -
CMYK 0.99 0.45 0 0.35
HSL 207.44º 0.98% 0.33% -
HSV(B) 207.44º 0.99% 0.65% -
XYZ 10.65 10.25 37.49 -
YUV 72.94 180.51 77.4 -
System Red Green Blue C M Y K H S L
Decimal 2 91 166 0.99 0.45 0 0.35 207.44 0.98 0.33
Hex 2 5B A6 63 2D 0 23 CF 62 21
Octal 2 133 246 143 55 0 43 317 142 41
Binary 10 1011011 10100110 1100011 101101 0 100011 11001111 1100010 100001

Color Harmonies of #025BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BA6

Black with #025BA6

Text Example


Text Example

White with #025BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025BA6; }

 p { color: rgb(2,91,166); }

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

background-color css

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

 a { background-color: rgb(2,91,166); }

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

border-color css

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

 span { border-color: rgb(2,91,166); }

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