Html Css Color HEX #025FAC Cobalt

📋 copy color: '#025FAC'

red 2 ◦ green 95 ◦ blue 172

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

Shades of Cobalt #025FAC

Tints of Cobalt #025FAC

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 value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#025FAC (or 0x025FAC) is known color: 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

RGB 2 95 172 -
CMYK 0.99 0.45 0 0.33
HSL 207.18º 0.98% 0.34% -
HSV(B) 207.18º 0.99% 0.67% -
XYZ 11.56 11.18 40.58 -
YUV 75.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 2 95 172 0.99 0.45 0 0.33 207.18 0.98 0.34
Hex 2 5F AC 63 2D 0 21 CF 62 22
Octal 2 137 254 143 55 0 41 317 142 42
Binary 10 1011111 10101100 1100011 101101 0 100001 11001111 1100010 100010

Color Harmonies of #025FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FAC

Black with #025FAC

Text Example


Text Example

White with #025FAC

Text Example


Text Example

HTML Codes & Css Web 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>