#025BAC

Color #025BAC Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #025BAC

Tints of Cobalt #025BAC

Color information

#025BAC (or 0x025BAC) is unknown color: approx 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

RGB291172-
CMYK0.990.4700.33
HSL208.59º97.7%34.12%-
HSV(B)208.59º98.84%67.45%-
XYZ11.2110.4740.46-
YUV73.62183.5176.91-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2911720.990.4700.33208.5997.734.12
Hex25BAC632F021d16222
Octal21332541435704132114242
Binary1010110111010110011000111011110100001110100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>