Html Css Color HEX #054AAB Cobalt

📋 copy color: '#054AAB'

red 5 ◦ green 74 ◦ blue 171

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

Shades of Cobalt #054AAB

Tints of Cobalt #054AAB

RGB

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

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

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

R = 2%
G = 29.6%
B = 68.4%

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

#054AAB (or 0x054AAB) is known color: Cobalt. HEX triplet: 05, 4A and AB. RGB value is (5,74,171). Sum of RGB (Red+Green+Blue) = 5+74+171=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #054AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054AAB is #FAB554. Grayscale: #3F3F3F. Windows color (decimal): -16430421 or 11225605. OLE color: 11225605.

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

Color convert

RGB 5 74 171 -
CMYK 0.97 0.57 0 0.33
HSL 215.06º 0.94% 0.35% -
HSV(B) 215.06º 0.97% 0.67% -
XYZ 9.86 7.87 39.53 -
YUV 64.43 188.14 85.61 -
System Red Green Blue C M Y K H S L
Decimal 5 74 171 0.97 0.57 0 0.33 215.06 0.94 0.35
Hex 5 4A AB 61 39 0 21 D7 5E 23
Octal 5 112 253 141 71 0 41 327 136 43
Binary 101 1001010 10101011 1100001 111001 0 100001 11010111 1011110 100011

Color Harmonies of #054AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AAB

Black with #054AAB

Text Example


Text Example

White with #054AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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