Html Css Color HEX #054AAC Cobalt

📋 copy color: '#054AAC'

red 5 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #054AAC

Tints of Cobalt #054AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.48%

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

R = 1.99%
G = 29.48%
B = 68.53%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#054AAC (or 0x054AAC) is known color: Cobalt. HEX triplet: 05, 4A and AC. RGB value is (5,74,172). Sum of RGB (Red+Green+Blue) = 5+74+172=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #054AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054AAC is #FAB553. Grayscale: #404040. Windows color (decimal): -16430420 or 11291141. OLE color: 11291141.

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

Color convert

RGB 5 74 172 -
CMYK 0.97 0.57 0 0.33
HSL 215.21º 0.94% 0.35% -
HSV(B) 215.21º 0.97% 0.67% -
XYZ 9.96 7.91 40.03 -
YUV 64.54 188.64 85.53 -
System Red Green Blue C M Y K H S L
Decimal 5 74 172 0.97 0.57 0 0.33 215.21 0.94 0.35
Hex 5 4A AC 61 39 0 21 D7 5E 23
Octal 5 112 254 141 71 0 41 327 136 43
Binary 101 1001010 10101100 1100001 111001 0 100001 11010111 1011110 100011

Color Harmonies of #054AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AAC

Black with #054AAC

Text Example


Text Example

White with #054AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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