Html Css Color HEX #025BA8 Cobalt

📋 copy color: '#025BA8'

red 2 ◦ green 91 ◦ blue 168

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

Shades of Cobalt #025BA8

Tints of Cobalt #025BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 64.37%

R = 0.77%
G = 34.87%
B = 64.37%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#025BA8 (or 0x025BA8) is known color: Cobalt. HEX triplet: 02, 5B and A8. RGB value is (2,91,168). Sum of RGB (Red+Green+Blue) = 2+91+168=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 168 (66.02% from 255 or 64.37% from 261); Max value from RGB is 168 - color contains mainly: blue. Hex color #025BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025BA8 is #FDA457. Grayscale: #484848. Windows color (decimal): -16622680 or 11033346. OLE color: 11033346.

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

Color convert

RGB 2 91 168 -
CMYK 0.99 0.46 0 0.34
HSL 207.83º 0.98% 0.33% -
HSV(B) 207.83º 0.99% 0.66% -
XYZ 10.83 10.32 38.47 -
YUV 73.17 181.51 77.24 -
System Red Green Blue C M Y K H S L
Decimal 2 91 168 0.99 0.46 0 0.34 207.83 0.98 0.33
Hex 2 5B A8 63 2E 0 22 D0 62 21
Octal 2 133 250 143 56 0 42 320 142 41
Binary 10 1011011 10101000 1100011 101110 0 100010 11010000 1100010 100001

Color Harmonies of #025BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BA8

Black with #025BA8

Text Example


Text Example

White with #025BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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