Html Css Color HEX #054DAC Cobalt

📋 copy color: '#054DAC'

red 5 ◦ green 77 ◦ blue 172

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

Shades of Cobalt #054DAC

Tints of Cobalt #054DAC

RGB

 RED value IS 5 (2.34% from 255) = 1.97%

 GREEN value IS 77 (30.47% from 255) = 30.31%

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

R = 1.97%
G = 30.31%
B = 67.72%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#054DAC (or 0x054DAC) is known color: Cobalt. HEX triplet: 05, 4D and AC. RGB value is (5,77,172). Sum of RGB (Red+Green+Blue) = 5+77+172=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #054DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054DAC is #FAB253. Grayscale: #414141. Windows color (decimal): -16429652 or 11291909. OLE color: 11291909.

HSL color Cylindrical-coordinate representation of color #054DAC: hue angle of 214.13º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054DAC is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 77 172 -
CMYK 0.97 0.55 0 0.33
HSL 214.13º 0.94% 0.35% -
HSV(B) 214.13º 0.97% 0.67% -
XYZ 10.16 8.32 40.1 -
YUV 66.3 187.65 84.28 -
System Red Green Blue C M Y K H S L
Decimal 5 77 172 0.97 0.55 0 0.33 214.13 0.94 0.35
Hex 5 4D AC 61 37 0 21 D6 5E 23
Octal 5 115 254 141 67 0 41 326 136 43
Binary 101 1001101 10101100 1100001 110111 0 100001 11010110 1011110 100011

Color Harmonies of #054DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DAC

Black with #054DAC

Text Example


Text Example

White with #054DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,77,172); }

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

background-color css

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

 a { background-color: rgb(5,77,172); }

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

border-color css

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

 span { border-color: rgb(5,77,172); }

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