Html Css Color HEX #1146AA Cobalt

📋 copy color: '#1146AA'

red 17 ◦ green 70 ◦ blue 170

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

Shades of Cobalt #1146AA

Tints of Cobalt #1146AA

RGB

 RED value IS 17 (7.03% from 255) = 6.61%

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

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 6.61%
G = 27.24%
B = 66.15%

CMYK

 C value IS 0.9

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1146AA (or 0x1146AA) is known color: Cobalt. HEX triplet: 11, 46 and AA. RGB value is (17,70,170). Sum of RGB (Red+Green+Blue) = 17+70+170=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #1146AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1146AA is #EEB955. Grayscale: #414141. Windows color (decimal): -15645014 or 11159057. OLE color: 11159057.

HSL color Cylindrical-coordinate representation of color #1146AA: hue angle of 219.22º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1146AA is Cyan = 0.9, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 70 170 -
CMYK 0.9 0.59 0 0.33
HSL 219.22º 0.82% 0.37% -
HSV(B) 219.22º 0.9% 0.67% -
XYZ 9.68 7.4 38.95 -
YUV 65.55 186.94 93.37 -
System Red Green Blue C M Y K H S L
Decimal 17 70 170 0.9 0.59 0 0.33 219.22 0.82 0.37
Hex 11 46 AA 5A 3B 0 21 DB 52 25
Octal 21 106 252 132 73 0 41 333 122 45
Binary 10001 1000110 10101010 1011010 111011 0 100001 11011011 1010010 100101

Color Harmonies of #1146AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1146AA

Black with #1146AA

Text Example


Text Example

White with #1146AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1146AA; }

 p { color: rgb(17,70,170); }

 H1.HeaderClassName
 {
   color: #1146AA;
 }
 .AnyTagClassName
 {
   color: #1146AA;
 }
</style>

background-color css

<style>
 a { background-color: #1146AA; }

 a { background-color: rgb(17,70,170); }

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

border-color css

<style>
 span { border-color: #1146AA; }

 span { border-color: rgb(17,70,170); }

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