Html Css Color HEX #054FAB Cobalt

📋 copy color: '#054FAB'

red 5 ◦ green 79 ◦ blue 171

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

Shades of Cobalt #054FAB

Tints of Cobalt #054FAB

RGB

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

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

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

R = 1.96%
G = 30.98%
B = 67.06%

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

#054FAB (or 0x054FAB) is known color: Cobalt. HEX triplet: 05, 4F and AB. RGB value is (5,79,171). Sum of RGB (Red+Green+Blue) = 5+79+171=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #054FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054FAB is #FAB054. Grayscale: #424242. Windows color (decimal): -16429141 or 11226885. OLE color: 11226885.

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

Color convert

RGB 5 79 171 -
CMYK 0.97 0.54 0 0.33
HSL 213.25º 0.94% 0.35% -
HSV(B) 213.25º 0.97% 0.67% -
XYZ 10.21 8.56 39.64 -
YUV 67.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 5 79 171 0.97 0.54 0 0.33 213.25 0.94 0.35
Hex 5 4F AB 61 36 0 21 D5 5E 23
Octal 5 117 253 141 66 0 41 325 136 43
Binary 101 1001111 10101011 1100001 110110 0 100001 11010101 1011110 100011

Color Harmonies of #054FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FAB

Black with #054FAB

Text Example


Text Example

White with #054FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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