Html Css Color HEX #1049BA Cobalt

📋 copy color: '#1049BA'

red 16 ◦ green 73 ◦ blue 186

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

Shades of Cobalt #1049BA

Tints of Cobalt #1049BA

RGB

 RED value IS 16 (6.64% from 255) = 5.82%

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

 BLUE value IS 186 (73.05% from 255) = 67.64%

R = 5.82%
G = 26.55%
B = 67.64%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1049BA (or 0x1049BA) is known color: Cobalt. HEX triplet: 10, 49 and BA. RGB value is (16,73,186). Sum of RGB (Red+Green+Blue) = 16+73+186=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #1049BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1049BA is #EFB645. Grayscale: #444444. Windows color (decimal): -15709766 or 12208400. OLE color: 12208400.

HSL color Cylindrical-coordinate representation of color #1049BA: hue angle of 219.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1049BA is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 73 186 -
CMYK 0.91 0.61 0 0.27
HSL 219.88º 0.84% 0.4% -
HSV(B) 219.88º 0.91% 0.73% -
XYZ 11.46 8.42 47.48 -
YUV 68.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 16 73 186 0.91 0.61 0 0.27 219.88 0.84 0.4
Hex 10 49 BA 5B 3D 0 1B DC 54 28
Octal 20 111 272 133 75 0 33 334 124 50
Binary 10000 1001001 10111010 1011011 111101 0 11011 11011100 1010100 101000

Color Harmonies of #1049BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1049BA

Black with #1049BA

Text Example


Text Example

White with #1049BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1049BA; }

 p { color: rgb(16,73,186); }

 H1.HeaderClassName
 {
   color: #1049BA;
 }
 .AnyTagClassName
 {
   color: #1049BA;
 }
</style>

background-color css

<style>
 a { background-color: #1049BA; }

 a { background-color: rgb(16,73,186); }

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

border-color css

<style>
 span { border-color: #1049BA; }

 span { border-color: rgb(16,73,186); }

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