Html Css Color HEX #054FAC Cobalt

📋 copy color: '#054FAC'

red 5 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #054FAC

Tints of Cobalt #054FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

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

R = 1.95%
G = 30.86%
B = 67.19%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#054FAC (or 0x054FAC) is known color: Cobalt. HEX triplet: 05, 4F and AC. RGB value is (5,79,172). Sum of RGB (Red+Green+Blue) = 5+79+172=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #054FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054FAC is #FAB053. Grayscale: #434343. Windows color (decimal): -16429140 or 11292421. OLE color: 11292421.

HSL color Cylindrical-coordinate representation of color #054FAC: hue angle of 213.41º 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 #054FAC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 79 172 -
CMYK 0.97 0.54 0 0.33
HSL 213.41º 0.94% 0.35% -
HSV(B) 213.41º 0.97% 0.67% -
XYZ 10.3 8.6 40.15 -
YUV 67.48 186.98 83.44 -
System Red Green Blue C M Y K H S L
Decimal 5 79 172 0.97 0.54 0 0.33 213.41 0.94 0.35
Hex 5 4F AC 61 36 0 21 D5 5E 23
Octal 5 117 254 141 66 0 41 325 136 43
Binary 101 1001111 10101100 1100001 110110 0 100001 11010101 1011110 100011

Color Harmonies of #054FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FAC

Black with #054FAC

Text Example


Text Example

White with #054FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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