Html Css Color HEX #054CBC Cobalt

📋 copy color: '#054CBC'

red 5 ◦ green 76 ◦ blue 188

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

Shades of Cobalt #054CBC

Tints of Cobalt #054CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 1.86%
G = 28.25%
B = 69.89%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#054CBC (or 0x054CBC) is known color: Cobalt. HEX triplet: 05, 4C and BC. RGB value is (5,76,188). Sum of RGB (Red+Green+Blue) = 5+76+188=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #054CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CBC is #FAB343. Grayscale: #434343. Windows color (decimal): -16429892 or 12340229. OLE color: 12340229.

HSL color Cylindrical-coordinate representation of color #054CBC: hue angle of 216.72º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054CBC is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 76 188 -
CMYK 0.97 0.60 0 0.26
HSL 216.72º 0.95% 0.38% -
HSV(B) 216.72º 0.97% 0.74% -
XYZ 11.72 8.83 48.66 -
YUV 67.54 195.98 83.39 -
System Red Green Blue C M Y K H S L
Decimal 5 76 188 0.97 0.60 0 0.26 216.72 0.95 0.38
Hex 5 4C BC 61 3C 0 1A D9 5F 26
Octal 5 114 274 141 74 0 32 331 137 46
Binary 101 1001100 10111100 1100001 111100 0 11010 11011001 1011111 100110

Color Harmonies of #054CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CBC

Black with #054CBC

Text Example


Text Example

White with #054CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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