Html Css Color HEX #054CAB Cobalt

📋 copy color: '#054CAB'

red 5 ◦ green 76 ◦ blue 171

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

Shades of Cobalt #054CAB

Tints of Cobalt #054CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 1.98%
G = 30.16%
B = 67.86%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#054CAB (or 0x054CAB) is known color: Cobalt. HEX triplet: 05, 4C and AB. RGB value is (5,76,171). Sum of RGB (Red+Green+Blue) = 5+76+171=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #054CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054CAB is #FAB354. Grayscale: #414141. Windows color (decimal): -16429909 or 11226117. OLE color: 11226117.

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

Color convert

RGB 5 76 171 -
CMYK 0.97 0.56 0 0.33
HSL 214.34º 0.94% 0.35% -
HSV(B) 214.34º 0.97% 0.67% -
XYZ 10 8.14 39.57 -
YUV 65.6 187.48 84.78 -
System Red Green Blue C M Y K H S L
Decimal 5 76 171 0.97 0.56 0 0.33 214.34 0.94 0.35
Hex 5 4C AB 61 38 0 21 D6 5E 23
Octal 5 114 253 141 70 0 41 326 136 43
Binary 101 1001100 10101011 1100001 111000 0 100001 11010110 1011110 100011

Color Harmonies of #054CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CAB

Black with #054CAB

Text Example


Text Example

White with #054CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,76,171); }

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

background-color css

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

 a { background-color: rgb(5,76,171); }

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

border-color css

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

 span { border-color: rgb(5,76,171); }

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