Html Css Color HEX #111A95 Ultramarine

📋 copy color: '#111A95'

red 17 ◦ green 26 ◦ blue 149

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

Shades of Ultramarine #111A95

Tints of Ultramarine #111A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.54%

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

R = 8.85%
G = 13.54%
B = 77.6%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#111A95 (or 0x111A95) is known color: Ultramarine. HEX triplet: 11, 1A and 95. RGB value is (17,26,149). Sum of RGB (Red+Green+Blue) = 17+26+149=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #111A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111A95 is #EEE56A. Grayscale: #242424. Windows color (decimal): -15656299 or 9771537. OLE color: 9771537.

HSL color Cylindrical-coordinate representation of color #111A95: hue angle of 235.91º 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 #111A95 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 26 149 -
CMYK 0.89 0.83 0 0.42
HSL 235.91º 0.8% 0.33% -
HSV(B) 235.91º 0.89% 0.58% -
XYZ 6.03 3.03 28.7 -
YUV 37.33 191.02 113.5 -
System Red Green Blue C M Y K H S L
Decimal 17 26 149 0.89 0.83 0 0.42 235.91 0.8 0.33
Hex 11 1A 95 59 53 0 2A EC 50 21
Octal 21 32 225 131 123 0 52 354 120 41
Binary 10001 11010 10010101 1011001 1010011 0 101010 11101100 1010000 100001

Color Harmonies of #111A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A95

Black with #111A95

Text Example


Text Example

White with #111A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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