Html Css Color HEX #1153AA Cobalt

📋 copy color: '#1153AA'

red 17 ◦ green 83 ◦ blue 170

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

Shades of Cobalt #1153AA

Tints of Cobalt #1153AA

RGB

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

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

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

R = 6.3%
G = 30.74%
B = 62.96%

CMYK

 C value IS 0.9

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1153AA (or 0x1153AA) is known color: Cobalt. HEX triplet: 11, 53 and AA. RGB value is (17,83,170). Sum of RGB (Red+Green+Blue) = 17+83+170=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #1153AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1153AA is #EEAC55. Grayscale: #484848. Windows color (decimal): -15641686 or 11162385. OLE color: 11162385.

HSL color Cylindrical-coordinate representation of color #1153AA: hue angle of 214.12º 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 #1153AA is Cyan = 0.9, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 83 170 -
CMYK 0.9 0.51 0 0.33
HSL 214.12º 0.82% 0.37% -
HSV(B) 214.12º 0.9% 0.67% -
XYZ 10.58 9.21 39.25 -
YUV 73.18 182.63 87.93 -
System Red Green Blue C M Y K H S L
Decimal 17 83 170 0.9 0.51 0 0.33 214.12 0.82 0.37
Hex 11 53 AA 5A 33 0 21 D6 52 25
Octal 21 123 252 132 63 0 41 326 122 45
Binary 10001 1010011 10101010 1011010 110011 0 100001 11010110 1010010 100101

Color Harmonies of #1153AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1153AA

Black with #1153AA

Text Example


Text Example

White with #1153AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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