Html Css Color HEX #025BAC Cobalt

📋 copy color: '#025BAC'

red 2 ◦ green 91 ◦ blue 172

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

Shades of Cobalt #025BAC

Tints of Cobalt #025BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 0.75%
G = 34.34%
B = 64.91%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#025BAC (or 0x025BAC) is known color: Cobalt. HEX triplet: 02, 5B and AC. RGB value is (2,91,172). Sum of RGB (Red+Green+Blue) = 2+91+172=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #025BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025BAC is #FDA453. Grayscale: #494949. Windows color (decimal): -16622676 or 11295490. OLE color: 11295490.

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

Color convert

RGB 2 91 172 -
CMYK 0.99 0.47 0 0.33
HSL 208.59º 0.98% 0.34% -
HSV(B) 208.59º 0.99% 0.67% -
XYZ 11.21 10.47 40.46 -
YUV 73.62 183.51 76.91 -
System Red Green Blue C M Y K H S L
Decimal 2 91 172 0.99 0.47 0 0.33 208.59 0.98 0.34
Hex 2 5B AC 63 2F 0 21 D1 62 22
Octal 2 133 254 143 57 0 41 321 142 42
Binary 10 1011011 10101100 1100011 101111 0 100001 11010001 1100010 100010

Color Harmonies of #025BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BAC

Black with #025BAC

Text Example


Text Example

White with #025BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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