Html Css Color HEX #025AAC Cobalt

📋 copy color: '#025AAC'

red 2 ◦ green 90 ◦ blue 172

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

Shades of Cobalt #025AAC

Tints of Cobalt #025AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

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

R = 0.76%
G = 34.09%
B = 65.15%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#025AAC (or 0x025AAC) is known color: Cobalt. HEX triplet: 02, 5A and AC. RGB value is (2,90,172). Sum of RGB (Red+Green+Blue) = 2+90+172=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #025AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025AAC is #FDA553. Grayscale: #484848. Windows color (decimal): -16622932 or 11295234. OLE color: 11295234.

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

Color convert

RGB 2 90 172 -
CMYK 0.99 0.48 0 0.33
HSL 208.94º 0.98% 0.34% -
HSV(B) 208.94º 0.99% 0.67% -
XYZ 11.13 10.3 40.43 -
YUV 73.04 183.85 77.33 -
System Red Green Blue C M Y K H S L
Decimal 2 90 172 0.99 0.48 0 0.33 208.94 0.98 0.34
Hex 2 5A AC 63 30 0 21 D1 62 22
Octal 2 132 254 143 60 0 41 321 142 42
Binary 10 1011010 10101100 1100011 110000 0 100001 11010001 1100010 100010

Color Harmonies of #025AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025AAC

Black with #025AAC

Text Example


Text Example

White with #025AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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