Html Css Color HEX #111E8D Ultramarine

📋 copy color: '#111E8D'

red 17 ◦ green 30 ◦ blue 141

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

Shades of Ultramarine #111E8D

Tints of Ultramarine #111E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.96%

 BLUE value IS 141 (55.47% from 255) = 75%

R = 9.04%
G = 15.96%
B = 75%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#111E8D (or 0x111E8D) is known color: Ultramarine. HEX triplet: 11, 1E and 8D. RGB value is (17,30,141). Sum of RGB (Red+Green+Blue) = 17+30+141=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #111E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111E8D is #EEE172. Grayscale: #262626. Windows color (decimal): -15655283 or 9248273. OLE color: 9248273.

HSL color Cylindrical-coordinate representation of color #111E8D: hue angle of 233.71º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111E8D is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 30 141 -
CMYK 0.88 0.79 0 0.45
HSL 233.71º 0.78% 0.31% -
HSV(B) 233.71º 0.88% 0.55% -
XYZ 5.5 2.97 25.48 -
YUV 38.77 185.69 112.47 -
System Red Green Blue C M Y K H S L
Decimal 17 30 141 0.88 0.79 0 0.45 233.71 0.78 0.31
Hex 11 1E 8D 58 4F 0 2D EA 4E 1F
Octal 21 36 215 130 117 0 55 352 116 37
Binary 10001 11110 10001101 1011000 1001111 0 101101 11101010 1001110 11111

Color Harmonies of #111E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E8D

Black with #111E8D

Text Example


Text Example

White with #111E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,30,141); }

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

background-color css

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

 a { background-color: rgb(17,30,141); }

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

border-color css

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

 span { border-color: rgb(17,30,141); }

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