Html Css Color HEX #111AA0 Ultramarine

📋 copy color: '#111AA0'

red 17 ◦ green 26 ◦ blue 160

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

Shades of Ultramarine #111AA0

Tints of Ultramarine #111AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 78.82%

R = 8.37%
G = 12.81%
B = 78.82%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#111AA0 (or 0x111AA0) is known color: Ultramarine. HEX triplet: 11, 1A and A0. RGB value is (17,26,160). Sum of RGB (Red+Green+Blue) = 17+26+160=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #111AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AA0 is #EEE55F. Grayscale: #262626. Windows color (decimal): -15656288 or 10492433. OLE color: 10492433.

HSL color Cylindrical-coordinate representation of color #111AA0: hue angle of 236.22º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111AA0 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 26 160 -
CMYK 0.89 0.84 0 0.37
HSL 236.22º 0.81% 0.35% -
HSV(B) 236.22º 0.89% 0.63% -
XYZ 6.95 3.4 33.55 -
YUV 38.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 17 26 160 0.89 0.84 0 0.37 236.22 0.81 0.35
Hex 11 1A A0 59 54 0 25 EC 51 23
Octal 21 32 240 131 124 0 45 354 121 43
Binary 10001 11010 10100000 1011001 1010100 0 100101 11101100 1010001 100011

Color Harmonies of #111AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111AA0

Black with #111AA0

Text Example


Text Example

White with #111AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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