Html Css Color HEX #054AB6 Cobalt

📋 copy color: '#054AB6'

red 5 ◦ green 74 ◦ blue 182

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

Shades of Cobalt #054AB6

Tints of Cobalt #054AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 69.73%

R = 1.92%
G = 28.35%
B = 69.73%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#054AB6 (or 0x054AB6) is known color: Cobalt. HEX triplet: 05, 4A and B6. RGB value is (5,74,182). Sum of RGB (Red+Green+Blue) = 5+74+182=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #054AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054AB6 is #FAB549. Grayscale: #414141. Windows color (decimal): -16430410 or 11946501. OLE color: 11946501.

HSL color Cylindrical-coordinate representation of color #054AB6: hue angle of 216.61º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054AB6 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 74 182 -
CMYK 0.97 0.59 0 0.29
HSL 216.61º 0.95% 0.37% -
HSV(B) 216.61º 0.97% 0.71% -
XYZ 10.95 8.31 45.28 -
YUV 65.68 193.64 84.72 -
System Red Green Blue C M Y K H S L
Decimal 5 74 182 0.97 0.59 0 0.29 216.61 0.95 0.37
Hex 5 4A B6 61 3B 0 1D D9 5F 25
Octal 5 112 266 141 73 0 35 331 137 45
Binary 101 1001010 10110110 1100001 111011 0 11101 11011001 1011111 100101

Color Harmonies of #054AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AB6

Black with #054AB6

Text Example


Text Example

White with #054AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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