#1150AD

Color #1150AD Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #1150AD

Tints of Cobalt #1150AD

Color information

#1150AD (or 0x1150AD) is unknown color: approx Cobalt. HEX triplet: 11, 50 and AD. RGB value is (17,80,173). Sum of RGB (Red+Green+Blue) = 17+80+173=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #1150AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1150AD is #EEAF52. Grayscale: #474747. Windows color (decimal): -15642451 or 11358225. OLE color: 11358225.

HSL color Cylindrical-coordinate representation of color #1150AD: hue angle of 215.77º degrees, saturation: 0.82, 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 #1150AD is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1780173-
CMYK0.900.5400.32
HSL215.77º82.11%37.25%-
HSV(B)215.77º90.17%67.84%-
XYZ10.648.8740.69-
YUV71.76185.1388.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 173 (67.97% from 255) = 64.07%
R=6.30%
G=29.63%
B=64.07%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17801730.900.5400.32215.7782.1137.25
Hex1150AD5A36020d85225
Octal211202551326604033012245
Binary1000110100001010110110110101101100100000110110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1150AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,80,173); }

 H1.HeaderClassName
 {
   color: #1150AD;
 }
 .AnyTagClassName
 {
   color: #1150AD;
 }
</style>
background-color css

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

 a { background-color: rgb(17,80,173); }

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

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

 span { border-color: rgb(17,80,173); }

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