Html Css Color HEX #054CBE Cobalt

📋 copy color: '#054CBE'

red 5 ◦ green 76 ◦ blue 190

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

Shades of Cobalt #054CBE

Tints of Cobalt #054CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.11%

R = 1.85%
G = 28.04%
B = 70.11%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#054CBE (or 0x054CBE) is known color: Cobalt. HEX triplet: 05, 4C and BE. RGB value is (5,76,190). Sum of RGB (Red+Green+Blue) = 5+76+190=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #054CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CBE is #FAB341. Grayscale: #434343. Windows color (decimal): -16429890 or 12471301. OLE color: 12471301.

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

Color convert

RGB 5 76 190 -
CMYK 0.97 0.60 0 0.25
HSL 216.97º 0.95% 0.38% -
HSV(B) 216.97º 0.97% 0.75% -
XYZ 11.94 8.92 49.81 -
YUV 67.77 196.98 83.23 -
System Red Green Blue C M Y K H S L
Decimal 5 76 190 0.97 0.60 0 0.25 216.97 0.95 0.38
Hex 5 4C BE 61 3C 0 19 D9 5F 26
Octal 5 114 276 141 74 0 31 331 137 46
Binary 101 1001100 10111110 1100001 111100 0 11001 11011001 1011111 100110

Color Harmonies of #054CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CBE

Black with #054CBE

Text Example


Text Example

White with #054CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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