Html Css Color HEX #0049C2 Cobalt

📋 copy color: '#0049C2'

red 0 ◦ green 73 ◦ blue 194

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

Shades of Cobalt #0049C2

Tints of Cobalt #0049C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 72.66%

R = 0%
G = 27.34%
B = 72.66%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0049C2 (or 0x0049C2) is known color: Cobalt. HEX triplet: 00, 49 and C2. RGB value is (0,73,194). Sum of RGB (Red+Green+Blue) = 0+73+194=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 194 (76.17% from 255 or 72.66% from 267); Max value from RGB is 194 - color contains mainly: blue. Hex color #0049C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0049C2 is #FFB63D. Grayscale: #404040. Windows color (decimal): -16758334 or 12732672. OLE color: 12732672.

HSL color Cylindrical-coordinate representation of color #0049C2: hue angle of 217.42º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049C2 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 73 194 -
CMYK 1 0.62 0 0.24
HSL 217.42º 1% 0.38% -
HSV(B) 217.42º 1% 0.76% -
XYZ 12.12 8.66 52.07 -
YUV 64.97 200.82 81.66 -
System Red Green Blue C M Y K H S L
Decimal 0 73 194 1 0.62 0 0.24 217.42 1 0.38
Hex 0 49 C2 64 3E 0 18 D9 64 26
Octal 0 111 302 144 76 0 30 331 144 46
Binary 0 1001001 11000010 1100100 111110 0 11000 11011001 1100100 100110

Color Harmonies of #0049C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0049C2

Black with #0049C2

Text Example


Text Example

White with #0049C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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