Html Css Color HEX #1147AB Cobalt

📋 copy color: '#1147AB'

red 17 ◦ green 71 ◦ blue 171

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

Shades of Cobalt #1147AB

Tints of Cobalt #1147AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

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

R = 6.56%
G = 27.41%
B = 66.02%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1147AB (or 0x1147AB) is known color: Cobalt. HEX triplet: 11, 47 and AB. RGB value is (17,71,171). Sum of RGB (Red+Green+Blue) = 17+71+171=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #1147AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1147AB is #EEB854. Grayscale: #414141. Windows color (decimal): -15644757 or 11224849. OLE color: 11224849.

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

Color convert

RGB 17 71 171 -
CMYK 0.90 0.58 0 0.33
HSL 218.96º 0.82% 0.37% -
HSV(B) 218.96º 0.9% 0.67% -
XYZ 9.84 7.57 39.47 -
YUV 66.25 187.11 92.87 -
System Red Green Blue C M Y K H S L
Decimal 17 71 171 0.90 0.58 0 0.33 218.96 0.82 0.37
Hex 11 47 AB 5A 3A 0 21 DB 52 25
Octal 21 107 253 132 72 0 41 333 122 45
Binary 10001 1000111 10101011 1011010 111010 0 100001 11011011 1010010 100101

Color Harmonies of #1147AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1147AB

Black with #1147AB

Text Example


Text Example

White with #1147AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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