Html Css Color HEX #0049BD Cobalt

📋 copy color: '#0049BD'

red 0 ◦ green 73 ◦ blue 189

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

Shades of Cobalt #0049BD

Tints of Cobalt #0049BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 72.14%

R = 0%
G = 27.86%
B = 72.14%

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

#0049BD (or 0x0049BD) is known color: Cobalt. HEX triplet: 00, 49 and BD. RGB value is (0,73,189). Sum of RGB (Red+Green+Blue) = 0+73+189=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #0049BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0049BD is #FFB642. Grayscale: #3F3F3F. Windows color (decimal): -16758339 or 12404992. OLE color: 12404992.

HSL color Cylindrical-coordinate representation of color #0049BD: hue angle of 216.83º 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 #0049BD is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 73 189 -
CMYK 1 0.61 0 0.26
HSL 216.83º 1% 0.37% -
HSV(B) 216.83º 1% 0.74% -
XYZ 11.57 8.44 49.16 -
YUV 64.4 198.32 82.07 -
System Red Green Blue C M Y K H S L
Decimal 0 73 189 1 0.61 0 0.26 216.83 1 0.37
Hex 0 49 BD 64 3D 0 1A D9 64 25
Octal 0 111 275 144 75 0 32 331 144 45
Binary 0 1001001 10111101 1100100 111101 0 11010 11011001 1100100 100101

Color Harmonies of #0049BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0049BD

Black with #0049BD

Text Example


Text Example

White with #0049BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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