Html Css Color HEX #11188E Ultramarine

📋 copy color: '#11188E'

red 17 ◦ green 24 ◦ blue 142

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

Shades of Ultramarine #11188E

Tints of Ultramarine #11188E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 77.6%

R = 9.29%
G = 13.11%
B = 77.6%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#11188E (or 0x11188E) is known color: Ultramarine. HEX triplet: 11, 18 and 8E. RGB value is (17,24,142). Sum of RGB (Red+Green+Blue) = 17+24+142=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #11188E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11188E is #EEE771. Grayscale: #222222. Windows color (decimal): -15656818 or 9312273. OLE color: 9312273.

HSL color Cylindrical-coordinate representation of color #11188E: hue angle of 236.64º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11188E is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 24 142 -
CMYK 0.88 0.83 0 0.44
HSL 236.64º 0.79% 0.31% -
HSV(B) 236.64º 0.88% 0.56% -
XYZ 5.44 2.73 25.83 -
YUV 35.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 17 24 142 0.88 0.83 0 0.44 236.64 0.79 0.31
Hex 11 18 8E 58 53 0 2C ED 4F 1F
Octal 21 30 216 130 123 0 54 355 117 37
Binary 10001 11000 10001110 1011000 1010011 0 101100 11101101 1001111 11111

Color Harmonies of #11188E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11188E

Black with #11188E

Text Example


Text Example

White with #11188E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11188E; }

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

 H1.HeaderClassName
 {
   color: #11188E;
 }
 .AnyTagClassName
 {
   color: #11188E;
 }
</style>

background-color css

<style>
 a { background-color: #11188E; }

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

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

border-color css

<style>
 span { border-color: #11188E; }

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

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