Html Css Color HEX #1046AD Cobalt

📋 copy color: '#1046AD'

red 16 ◦ green 70 ◦ blue 173

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

Shades of Cobalt #1046AD

Tints of Cobalt #1046AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 173 (67.97% from 255) = 66.8%

R = 6.18%
G = 27.03%
B = 66.8%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1046AD (or 0x1046AD) is known color: Cobalt. HEX triplet: 10, 46 and AD. RGB value is (16,70,173). Sum of RGB (Red+Green+Blue) = 16+70+173=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #1046AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1046AD is #EFB952. Grayscale: #414141. Windows color (decimal): -15710547 or 11355664. OLE color: 11355664.

HSL color Cylindrical-coordinate representation of color #1046AD: hue angle of 219.36º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1046AD is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 70 173 -
CMYK 0.91 0.60 0 0.32
HSL 219.36º 0.83% 0.37% -
HSV(B) 219.36º 0.91% 0.68% -
XYZ 9.95 7.51 40.46 -
YUV 65.6 188.61 92.62 -
System Red Green Blue C M Y K H S L
Decimal 16 70 173 0.91 0.60 0 0.32 219.36 0.83 0.37
Hex 10 46 AD 5B 3C 0 20 DB 53 25
Octal 20 106 255 133 74 0 40 333 123 45
Binary 10000 1000110 10101101 1011011 111100 0 100000 11011011 1010011 100101

Color Harmonies of #1046AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1046AD

Black with #1046AD

Text Example


Text Example

White with #1046AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1046AD; }

 p { color: rgb(16,70,173); }

 H1.HeaderClassName
 {
   color: #1046AD;
 }
 .AnyTagClassName
 {
   color: #1046AD;
 }
</style>

background-color css

<style>
 a { background-color: #1046AD; }

 a { background-color: rgb(16,70,173); }

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

border-color css

<style>
 span { border-color: #1046AD; }

 span { border-color: rgb(16,70,173); }

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