Html Css Color HEX #1145AB Cobalt

📋 copy color: '#1145AB'

red 17 ◦ green 69 ◦ blue 171

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

Shades of Cobalt #1145AB

Tints of Cobalt #1145AB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 6.61%
G = 26.85%
B = 66.54%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1145AB (or 0x1145AB) is known color: Cobalt. HEX triplet: 11, 45 and AB. RGB value is (17,69,171). Sum of RGB (Red+Green+Blue) = 17+69+171=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #1145AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1145AB is #EEBA54. Grayscale: #404040. Windows color (decimal): -15645269 or 11224337. OLE color: 11224337.

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

Color convert

RGB 17 69 171 -
CMYK 0.90 0.60 0 0.33
HSL 219.74º 0.82% 0.37% -
HSV(B) 219.74º 0.9% 0.67% -
XYZ 9.71 7.32 39.43 -
YUV 65.08 187.77 93.71 -
System Red Green Blue C M Y K H S L
Decimal 17 69 171 0.90 0.60 0 0.33 219.74 0.82 0.37
Hex 11 45 AB 5A 3C 0 21 DC 52 25
Octal 21 105 253 132 74 0 41 334 122 45
Binary 10001 1000101 10101011 1011010 111100 0 100001 11011100 1010010 100101

Color Harmonies of #1145AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1145AB

Black with #1145AB

Text Example


Text Example

White with #1145AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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