Html Css Color HEX #054BAC Cobalt

📋 copy color: '#054BAC'

red 5 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #054BAC

Tints of Cobalt #054BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 1.98%
G = 29.76%
B = 68.25%

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

#054BAC (or 0x054BAC) is known color: Cobalt. HEX triplet: 05, 4B and AC. RGB value is (5,75,172). Sum of RGB (Red+Green+Blue) = 5+75+172=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #054BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054BAC is #FAB453. Grayscale: #404040. Windows color (decimal): -16430164 or 11291397. OLE color: 11291397.

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

Color convert

RGB 5 75 172 -
CMYK 0.97 0.56 0 0.33
HSL 214.85º 0.94% 0.35% -
HSV(B) 214.85º 0.97% 0.67% -
XYZ 10.03 8.04 40.05 -
YUV 65.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 5 75 172 0.97 0.56 0 0.33 214.85 0.94 0.35
Hex 5 4B AC 61 38 0 21 D7 5E 23
Octal 5 113 254 141 70 0 41 327 136 43
Binary 101 1001011 10101100 1100001 111000 0 100001 11010111 1011110 100011

Color Harmonies of #054BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054BAC

Black with #054BAC

Text Example


Text Example

White with #054BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,75,172); }

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

background-color css

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

 a { background-color: rgb(5,75,172); }

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

border-color css

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

 span { border-color: rgb(5,75,172); }

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