Html Css Color HEX #111D8D Ultramarine

📋 copy color: '#111D8D'

red 17 ◦ green 29 ◦ blue 141

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

Shades of Ultramarine #111D8D

Tints of Ultramarine #111D8D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

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

R = 9.09%
G = 15.51%
B = 75.4%

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

#111D8D (or 0x111D8D) is known color: Ultramarine. HEX triplet: 11, 1D and 8D. RGB value is (17,29,141). Sum of RGB (Red+Green+Blue) = 17+29+141=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #111D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111D8D is #EEE272. Grayscale: #252525. Windows color (decimal): -15655539 or 9248017. OLE color: 9248017.

HSL color Cylindrical-coordinate representation of color #111D8D: hue angle of 234.19º 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 #111D8D is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 29 141 -
CMYK 0.88 0.79 0 0.45
HSL 234.19º 0.78% 0.31% -
HSV(B) 234.19º 0.88% 0.55% -
XYZ 5.48 2.92 25.47 -
YUV 38.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 17 29 141 0.88 0.79 0 0.45 234.19 0.78 0.31
Hex 11 1D 8D 58 4F 0 2D EA 4E 1F
Octal 21 35 215 130 117 0 55 352 116 37
Binary 10001 11101 10001101 1011000 1001111 0 101101 11101010 1001110 11111

Color Harmonies of #111D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D8D

Black with #111D8D

Text Example


Text Example

White with #111D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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