Html Css Color HEX #1150AC Cobalt

📋 copy color: '#1150AC'

red 17 ◦ green 80 ◦ blue 172

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

Shades of Cobalt #1150AC

Tints of Cobalt #1150AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 6.32%
G = 29.74%
B = 63.94%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1150AC (or 0x1150AC) is known color: Cobalt. HEX triplet: 11, 50 and AC. RGB value is (17,80,172). Sum of RGB (Red+Green+Blue) = 17+80+172=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #1150AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1150AC is #EEAF53. Grayscale: #474747. Windows color (decimal): -15642452 or 11292689. OLE color: 11292689.

HSL color Cylindrical-coordinate representation of color #1150AC: hue angle of 215.61º 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 #1150AC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 80 172 -
CMYK 0.90 0.53 0 0.33
HSL 215.61º 0.82% 0.37% -
HSV(B) 215.61º 0.9% 0.67% -
XYZ 10.55 8.84 40.18 -
YUV 71.65 184.63 89.02 -
System Red Green Blue C M Y K H S L
Decimal 17 80 172 0.90 0.53 0 0.33 215.61 0.82 0.37
Hex 11 50 AC 5A 35 0 21 D8 52 25
Octal 21 120 254 132 65 0 41 330 122 45
Binary 10001 1010000 10101100 1011010 110101 0 100001 11011000 1010010 100101

Color Harmonies of #1150AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1150AC

Black with #1150AC

Text Example


Text Example

White with #1150AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1150AC;
 }
 .AnyTagClassName
 {
   color: #1150AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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