Html Css Color HEX #1149AD Cobalt

📋 copy color: '#1149AD'

red 17 ◦ green 73 ◦ blue 173

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

Shades of Cobalt #1149AD

Tints of Cobalt #1149AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

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

R = 6.46%
G = 27.76%
B = 65.78%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1149AD (or 0x1149AD) is known color: Cobalt. HEX triplet: 11, 49 and AD. RGB value is (17,73,173). Sum of RGB (Red+Green+Blue) = 17+73+173=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #1149AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1149AD is #EEB652. Grayscale: #434343. Windows color (decimal): -15644243 or 11356433. OLE color: 11356433.

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

Color convert

RGB 17 73 173 -
CMYK 0.90 0.58 0 0.32
HSL 218.46º 0.82% 0.37% -
HSV(B) 218.46º 0.9% 0.68% -
XYZ 10.16 7.9 40.52 -
YUV 67.66 187.45 91.87 -
System Red Green Blue C M Y K H S L
Decimal 17 73 173 0.90 0.58 0 0.32 218.46 0.82 0.37
Hex 11 49 AD 5A 3A 0 20 DA 52 25
Octal 21 111 255 132 72 0 40 332 122 45
Binary 10001 1001001 10101101 1011010 111010 0 100000 11011010 1010010 100101

Color Harmonies of #1149AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1149AD

Black with #1149AD

Text Example


Text Example

White with #1149AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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