Html Css Color HEX #1115AA Ultramarine

📋 copy color: '#1115AA'

red 17 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #1115AA

Tints of Ultramarine #1115AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

 BLUE value IS 170 (66.8% from 255) = 81.73%

R = 8.17%
G = 10.1%
B = 81.73%

CMYK

 C value IS 0.9

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1115AA (or 0x1115AA) is known color: Ultramarine. HEX triplet: 11, 15 and AA. RGB value is (17,21,170). Sum of RGB (Red+Green+Blue) = 17+21+170=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #1115AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1115AA is #EEEA55. Grayscale: #242424. Windows color (decimal): -15657558 or 11146513. OLE color: 11146513.

HSL color Cylindrical-coordinate representation of color #1115AA: hue angle of 238.43º 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 #1115AA is Cyan = 0.9, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 21 170 -
CMYK 0.9 0.88 0 0.33
HSL 238.43º 0.82% 0.37% -
HSV(B) 238.43º 0.9% 0.67% -
XYZ 7.76 3.56 38.31 -
YUV 36.79 203.17 113.88 -
System Red Green Blue C M Y K H S L
Decimal 17 21 170 0.9 0.88 0 0.33 238.43 0.82 0.37
Hex 11 15 AA 5A 58 0 21 EE 52 25
Octal 21 25 252 132 130 0 41 356 122 45
Binary 10001 10101 10101010 1011010 1011000 0 100001 11101110 1010010 100101

Color Harmonies of #1115AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115AA

Black with #1115AA

Text Example


Text Example

White with #1115AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1115AA; }

 p { color: rgb(17,21,170); }

 H1.HeaderClassName
 {
   color: #1115AA;
 }
 .AnyTagClassName
 {
   color: #1115AA;
 }
</style>

background-color css

<style>
 a { background-color: #1115AA; }

 a { background-color: rgb(17,21,170); }

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

border-color css

<style>
 span { border-color: #1115AA; }

 span { border-color: rgb(17,21,170); }

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