Html Css Color HEX #025EAC Cobalt

📋 copy color: '#025EAC'

red 2 ◦ green 94 ◦ blue 172

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

Shades of Cobalt #025EAC

Tints of Cobalt #025EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.07%

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

R = 0.75%
G = 35.07%
B = 64.18%

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

#025EAC (or 0x025EAC) is known color: Cobalt. HEX triplet: 02, 5E and AC. RGB value is (2,94,172). Sum of RGB (Red+Green+Blue) = 2+94+172=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #025EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025EAC is #FDA153. Grayscale: #4A4A4A. Windows color (decimal): -16621908 or 11296258. OLE color: 11296258.

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

Color convert

RGB 2 94 172 -
CMYK 0.99 0.45 0 0.33
HSL 207.53º 0.98% 0.34% -
HSV(B) 207.53º 0.99% 0.67% -
XYZ 11.47 11 40.55 -
YUV 75.38 182.52 75.66 -
System Red Green Blue C M Y K H S L
Decimal 2 94 172 0.99 0.45 0 0.33 207.53 0.98 0.34
Hex 2 5E AC 63 2D 0 21 D0 62 22
Octal 2 136 254 143 55 0 41 320 142 42
Binary 10 1011110 10101100 1100011 101101 0 100001 11010000 1100010 100010

Color Harmonies of #025EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EAC

Black with #025EAC

Text Example


Text Example

White with #025EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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