Html Css Color HEX #025DAC Cobalt

📋 copy color: '#025DAC'

red 2 ◦ green 93 ◦ blue 172

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

Shades of Cobalt #025DAC

Tints of Cobalt #025DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.83%

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

R = 0.75%
G = 34.83%
B = 64.42%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#025DAC (or 0x025DAC) is known color: Cobalt. HEX triplet: 02, 5D and AC. RGB value is (2,93,172). Sum of RGB (Red+Green+Blue) = 2+93+172=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #025DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025DAC is #FDA253. Grayscale: #4A4A4A. Windows color (decimal): -16622164 or 11296002. OLE color: 11296002.

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

Color convert

RGB 2 93 172 -
CMYK 0.99 0.46 0 0.33
HSL 207.88º 0.98% 0.34% -
HSV(B) 207.88º 0.99% 0.67% -
XYZ 11.39 10.82 40.52 -
YUV 74.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 2 93 172 0.99 0.46 0 0.33 207.88 0.98 0.34
Hex 2 5D AC 63 2E 0 21 D0 62 22
Octal 2 135 254 143 56 0 41 320 142 42
Binary 10 1011101 10101100 1100011 101110 0 100001 11010000 1100010 100010

Color Harmonies of #025DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DAC

Black with #025DAC

Text Example


Text Example

White with #025DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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