Html Css Color HEX #0049BC Cobalt

📋 copy color: '#0049BC'

red 0 ◦ green 73 ◦ blue 188

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

Shades of Cobalt #0049BC

Tints of Cobalt #0049BC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 73 (28.91% from 255) = 27.97%

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

R = 0%
G = 27.97%
B = 72.03%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0049BC (or 0x0049BC) is known color: Cobalt. HEX triplet: 00, 49 and BC. RGB value is (0,73,188). Sum of RGB (Red+Green+Blue) = 0+73+188=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #0049BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0049BC is #FFB643. Grayscale: #3F3F3F. Windows color (decimal): -16758340 or 12339456. OLE color: 12339456.

HSL color Cylindrical-coordinate representation of color #0049BC: hue angle of 216.7º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049BC is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 73 188 -
CMYK 1 0.61 0 0.26
HSL 216.7º 1% 0.37% -
HSV(B) 216.7º 1% 0.74% -
XYZ 11.46 8.4 48.59 -
YUV 64.28 197.82 82.15 -
System Red Green Blue C M Y K H S L
Decimal 0 73 188 1 0.61 0 0.26 216.7 1 0.37
Hex 0 49 BC 64 3D 0 1A D9 64 25
Octal 0 111 274 144 75 0 32 331 144 45
Binary 0 1001001 10111100 1100100 111101 0 11010 11011001 1100100 100101

Color Harmonies of #0049BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0049BC

Black with #0049BC

Text Example


Text Example

White with #0049BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0049BC; }

 p { color: rgb(0,73,188); }

 H1.HeaderClassName
 {
   color: #0049BC;
 }
 .AnyTagClassName
 {
   color: #0049BC;
 }
</style>

background-color css

<style>
 a { background-color: #0049BC; }

 a { background-color: rgb(0,73,188); }

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

border-color css

<style>
 span { border-color: #0049BC; }

 span { border-color: rgb(0,73,188); }

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