Html Css Color HEX #1153AD Cobalt

📋 copy color: '#1153AD'

red 17 ◦ green 83 ◦ blue 173

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

Shades of Cobalt #1153AD

Tints of Cobalt #1153AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 6.23%
G = 30.4%
B = 63.37%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1153AD (or 0x1153AD) is known color: Cobalt. HEX triplet: 11, 53 and AD. RGB value is (17,83,173). Sum of RGB (Red+Green+Blue) = 17+83+173=273 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.23% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #1153AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1153AD is #EEAC52. Grayscale: #494949. Windows color (decimal): -15641683 or 11358993. OLE color: 11358993.

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

Color convert

RGB 17 83 173 -
CMYK 0.90 0.52 0 0.32
HSL 214.62º 0.82% 0.37% -
HSV(B) 214.62º 0.9% 0.68% -
XYZ 10.87 9.32 40.76 -
YUV 73.53 184.13 87.68 -
System Red Green Blue C M Y K H S L
Decimal 17 83 173 0.90 0.52 0 0.32 214.62 0.82 0.37
Hex 11 53 AD 5A 34 0 20 D7 52 25
Octal 21 123 255 132 64 0 40 327 122 45
Binary 10001 1010011 10101101 1011010 110100 0 100000 11010111 1010010 100101

Color Harmonies of #1153AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1153AD

Black with #1153AD

Text Example


Text Example

White with #1153AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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