Html Css Color HEX #111395 Ultramarine

📋 copy color: '#111395'

red 17 ◦ green 19 ◦ blue 149

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

Shades of Ultramarine #111395

Tints of Ultramarine #111395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 80.54%

R = 9.19%
G = 10.27%
B = 80.54%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#111395 (or 0x111395) is known color: Ultramarine. HEX triplet: 11, 13 and 95. RGB value is (17,19,149). Sum of RGB (Red+Green+Blue) = 17+19+149=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #111395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111395 is #EEEC6A. Grayscale: #202020. Windows color (decimal): -15658091 or 9769745. OLE color: 9769745.

HSL color Cylindrical-coordinate representation of color #111395: hue angle of 239.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111395 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 19 149 -
CMYK 0.89 0.87 0 0.42
HSL 239.09º 0.8% 0.33% -
HSV(B) 239.09º 0.89% 0.58% -
XYZ 5.89 2.75 28.66 -
YUV 33.22 193.34 116.43 -
System Red Green Blue C M Y K H S L
Decimal 17 19 149 0.89 0.87 0 0.42 239.09 0.8 0.33
Hex 11 13 95 59 57 0 2A EF 50 21
Octal 21 23 225 131 127 0 52 357 120 41
Binary 10001 10011 10010101 1011001 1010111 0 101010 11101111 1010000 100001

Color Harmonies of #111395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111395

Black with #111395

Text Example


Text Example

White with #111395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111395; }

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

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

background-color css

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

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

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

border-color css

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

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

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