Html Css Color HEX #111385 Ultramarine

📋 copy color: '#111385'

red 17 ◦ green 19 ◦ blue 133

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

Shades of Ultramarine #111385

Tints of Ultramarine #111385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

 BLUE value IS 133 (52.34% from 255) = 78.7%

R = 10.06%
G = 11.24%
B = 78.7%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#111385 (or 0x111385) is known color: Ultramarine. HEX triplet: 11, 13 and 85. RGB value is (17,19,133). Sum of RGB (Red+Green+Blue) = 17+19+133=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #111385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111385 is #EEEC7A. Grayscale: #1E1E1E. Windows color (decimal): -15658107 or 8721169. OLE color: 8721169.

HSL color Cylindrical-coordinate representation of color #111385: hue angle of 238.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111385 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 19 133 -
CMYK 0.87 0.86 0 0.48
HSL 238.97º 0.77% 0.29% -
HSV(B) 238.97º 0.87% 0.52% -
XYZ 4.7 2.28 22.38 -
YUV 31.4 185.34 117.73 -
System Red Green Blue C M Y K H S L
Decimal 17 19 133 0.87 0.86 0 0.48 238.97 0.77 0.29
Hex 11 13 85 57 56 0 30 EF 4D 1D
Octal 21 23 205 127 126 0 60 357 115 35
Binary 10001 10011 10000101 1010111 1010110 0 110000 11101111 1001101 11101

Color Harmonies of #111385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111385

Black with #111385

Text Example


Text Example

White with #111385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111385; }

 p { color: rgb(17,19,133); }

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

background-color css

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

 a { background-color: rgb(17,19,133); }

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

border-color css

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

 span { border-color: rgb(17,19,133); }

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