Html Css Color HEX #1246AD Cobalt

📋 copy color: '#1246AD'

red 18 ◦ green 70 ◦ blue 173

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

Shades of Cobalt #1246AD

Tints of Cobalt #1246AD

RGB

 RED value IS 18 (7.42% from 255) = 6.9%

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

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

R = 6.9%
G = 26.82%
B = 66.28%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1246AD (or 0x1246AD) is known color: Cobalt. HEX triplet: 12, 46 and AD. RGB value is (18,70,173). Sum of RGB (Red+Green+Blue) = 18+70+173=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #1246AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1246AD is #EDB952. Grayscale: #414141. Windows color (decimal): -15579475 or 11355666. OLE color: 11355666.

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

Color convert

RGB 18 70 173 -
CMYK 0.90 0.60 0 0.32
HSL 219.87º 0.81% 0.37% -
HSV(B) 219.87º 0.9% 0.68% -
XYZ 9.98 7.53 40.46 -
YUV 66.19 188.27 93.62 -
System Red Green Blue C M Y K H S L
Decimal 18 70 173 0.90 0.60 0 0.32 219.87 0.81 0.37
Hex 12 46 AD 5A 3C 0 20 DC 51 25
Octal 22 106 255 132 74 0 40 334 121 45
Binary 10010 1000110 10101101 1011010 111100 0 100000 11011100 1010001 100101

Color Harmonies of #1246AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246AD

Black with #1246AD

Text Example


Text Example

White with #1246AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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