#025FAC

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

Shades of Cobalt #025FAC

Tints of Cobalt #025FAC

Color information

#025FAC (or 0x025FAC) is unknown color: approx Cobalt. HEX triplet: 02, 5F and AC. RGB value is (2,95,172). Sum of RGB (Red+Green+Blue) = 2+95+172=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #025FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025FAC is #FDA053. Grayscale: #4B4B4B. Windows color (decimal): -16621652 or 11296514. OLE color: 11296514.

HSL color Cylindrical-coordinate representation of color #025FAC: hue angle of 207.18º 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 #025FAC is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB295172-
CMYK0.990.4500.33
HSL207.18º97.7%34.12%-
HSV(B)207.18º98.84%67.45%-
XYZ11.5611.1840.58-
YUV75.97182.1975.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 172 (67.58% from 255) = 63.94%
R=0.74%
G=35.32%
B=63.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2951720.990.4500.33207.1897.734.12
Hex25FAC632D021cf6222
Octal21372541435504131714242
Binary1010111111010110011000111011010100001110011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #025FAC;
 }
 .AnyTagClassName
 {
   color: #025FAC;
 }
</style>
background-color css

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

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

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

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

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

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