Html Css Color HEX #054AAE Cobalt

📋 copy color: '#054AAE'

red 5 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #054AAE

Tints of Cobalt #054AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 1.98%
G = 29.25%
B = 68.77%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#054AAE (or 0x054AAE) is known color: Cobalt. HEX triplet: 05, 4A and AE. RGB value is (5,74,174). Sum of RGB (Red+Green+Blue) = 5+74+174=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #054AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054AAE is #FAB551. Grayscale: #404040. Windows color (decimal): -16430418 or 11422213. OLE color: 11422213.

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

Color convert

RGB 5 74 174 -
CMYK 0.97 0.57 0 0.32
HSL 215.5º 0.94% 0.35% -
HSV(B) 215.5º 0.97% 0.68% -
XYZ 10.15 7.99 41.05 -
YUV 64.77 189.64 85.37 -
System Red Green Blue C M Y K H S L
Decimal 5 74 174 0.97 0.57 0 0.32 215.5 0.94 0.35
Hex 5 4A AE 61 39 0 20 D8 5E 23
Octal 5 112 256 141 71 0 40 330 136 43
Binary 101 1001010 10101110 1100001 111001 0 100000 11011000 1011110 100011

Color Harmonies of #054AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AAE

Black with #054AAE

Text Example


Text Example

White with #054AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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