Html Css Color HEX #1117AB Ultramarine

📋 copy color: '#1117AB'

red 17 ◦ green 23 ◦ blue 171

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

Shades of Ultramarine #1117AB

Tints of Ultramarine #1117AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 8.06%
G = 10.9%
B = 81.04%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1117AB (or 0x1117AB) is known color: Ultramarine. HEX triplet: 11, 17 and AB. RGB value is (17,23,171). Sum of RGB (Red+Green+Blue) = 17+23+171=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #1117AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1117AB is #EEE854. Grayscale: #252525. Windows color (decimal): -15657045 or 11212561. OLE color: 11212561.

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

Color convert

RGB 17 23 171 -
CMYK 0.90 0.87 0 0.33
HSL 237.66º 0.82% 0.37% -
HSV(B) 237.66º 0.9% 0.67% -
XYZ 7.89 3.67 38.82 -
YUV 38.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 17 23 171 0.90 0.87 0 0.33 237.66 0.82 0.37
Hex 11 17 AB 5A 57 0 21 EE 52 25
Octal 21 27 253 132 127 0 41 356 122 45
Binary 10001 10111 10101011 1011010 1010111 0 100001 11101110 1010010 100101

Color Harmonies of #1117AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1117AB

Black with #1117AB

Text Example


Text Example

White with #1117AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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