Html Css Color HEX #054CBA Cobalt

📋 copy color: '#054CBA'

red 5 ◦ green 76 ◦ blue 186

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

Shades of Cobalt #054CBA

Tints of Cobalt #054CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.66%

R = 1.87%
G = 28.46%
B = 69.66%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#054CBA (or 0x054CBA) is known color: Cobalt. HEX triplet: 05, 4C and BA. RGB value is (5,76,186). Sum of RGB (Red+Green+Blue) = 5+76+186=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #054CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CBA is #FAB345. Grayscale: #424242. Windows color (decimal): -16429894 or 12209157. OLE color: 12209157.

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

Color convert

RGB 5 76 186 -
CMYK 0.97 0.59 0 0.27
HSL 216.46º 0.95% 0.37% -
HSV(B) 216.46º 0.97% 0.73% -
XYZ 11.51 8.75 47.54 -
YUV 67.31 194.98 83.56 -
System Red Green Blue C M Y K H S L
Decimal 5 76 186 0.97 0.59 0 0.27 216.46 0.95 0.37
Hex 5 4C BA 61 3B 0 1B D8 5F 25
Octal 5 114 272 141 73 0 33 330 137 45
Binary 101 1001100 10111010 1100001 111011 0 11011 11011000 1011111 100101

Color Harmonies of #054CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CBA

Black with #054CBA

Text Example


Text Example

White with #054CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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