Html Css Color HEX #025CAC Cobalt

📋 copy color: '#025CAC'

red 2 ◦ green 92 ◦ blue 172

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

Shades of Cobalt #025CAC

Tints of Cobalt #025CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 0.75%
G = 34.59%
B = 64.66%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#025CAC (or 0x025CAC) is known color: Cobalt. HEX triplet: 02, 5C and AC. RGB value is (2,92,172). Sum of RGB (Red+Green+Blue) = 2+92+172=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #025CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025CAC is #FDA353. Grayscale: #494949. Windows color (decimal): -16622420 or 11295746. OLE color: 11295746.

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

Color convert

RGB 2 92 172 -
CMYK 0.99 0.47 0 0.33
HSL 208.24º 0.98% 0.34% -
HSV(B) 208.24º 0.99% 0.67% -
XYZ 11.3 10.65 40.49 -
YUV 74.21 183.18 76.5 -
System Red Green Blue C M Y K H S L
Decimal 2 92 172 0.99 0.47 0 0.33 208.24 0.98 0.34
Hex 2 5C AC 63 2F 0 21 D0 62 22
Octal 2 134 254 143 57 0 41 320 142 42
Binary 10 1011100 10101100 1100011 101111 0 100001 11010000 1100010 100010

Color Harmonies of #025CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CAC

Black with #025CAC

Text Example


Text Example

White with #025CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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