Html Css Color HEX #1150AB Cobalt

📋 copy color: '#1150AB'

red 17 ◦ green 80 ◦ blue 171

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

Shades of Cobalt #1150AB

Tints of Cobalt #1150AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 6.34%
G = 29.85%
B = 63.81%

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

#1150AB (or 0x1150AB) is known color: Cobalt. HEX triplet: 11, 50 and AB. RGB value is (17,80,171). Sum of RGB (Red+Green+Blue) = 17+80+171=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #1150AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1150AB is #EEAF54. Grayscale: #474747. Windows color (decimal): -15642453 or 11227153. OLE color: 11227153.

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

Color convert

RGB 17 80 171 -
CMYK 0.90 0.53 0 0.33
HSL 215.45º 0.82% 0.37% -
HSV(B) 215.45º 0.9% 0.67% -
XYZ 10.45 8.8 39.68 -
YUV 71.54 184.13 89.1 -
System Red Green Blue C M Y K H S L
Decimal 17 80 171 0.90 0.53 0 0.33 215.45 0.82 0.37
Hex 11 50 AB 5A 35 0 21 D7 52 25
Octal 21 120 253 132 65 0 41 327 122 45
Binary 10001 1010000 10101011 1011010 110101 0 100001 11010111 1010010 100101

Color Harmonies of #1150AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1150AB

Black with #1150AB

Text Example


Text Example

White with #1150AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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