Html Css Color HEX #1118AA Ultramarine

📋 copy color: '#1118AA'

red 17 ◦ green 24 ◦ blue 170

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

Shades of Ultramarine #1118AA

Tints of Ultramarine #1118AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 8.06%
G = 11.37%
B = 80.57%

CMYK

 C value IS 0.9

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1118AA (or 0x1118AA) is known color: Ultramarine. HEX triplet: 11, 18 and AA. RGB value is (17,24,170). Sum of RGB (Red+Green+Blue) = 17+24+170=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #1118AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1118AA is #EEE755. Grayscale: #252525. Windows color (decimal): -15656790 or 11147281. OLE color: 11147281.

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

Color convert

RGB 17 24 170 -
CMYK 0.9 0.86 0 0.33
HSL 237.25º 0.82% 0.37% -
HSV(B) 237.25º 0.9% 0.67% -
XYZ 7.81 3.67 38.33 -
YUV 38.55 202.18 112.63 -
System Red Green Blue C M Y K H S L
Decimal 17 24 170 0.9 0.86 0 0.33 237.25 0.82 0.37
Hex 11 18 AA 5A 56 0 21 ED 52 25
Octal 21 30 252 132 126 0 41 355 122 45
Binary 10001 11000 10101010 1011010 1010110 0 100001 11101101 1010010 100101

Color Harmonies of #1118AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1118AA

Black with #1118AA

Text Example


Text Example

White with #1118AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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