Html Css Color HEX #111C8E Ultramarine

📋 copy color: '#111C8E'

red 17 ◦ green 28 ◦ blue 142

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

Shades of Ultramarine #111C8E

Tints of Ultramarine #111C8E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.97%

 BLUE value IS 142 (55.86% from 255) = 75.94%

R = 9.09%
G = 14.97%
B = 75.94%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#111C8E (or 0x111C8E) is known color: Ultramarine. HEX triplet: 11, 1C and 8E. RGB value is (17,28,142). Sum of RGB (Red+Green+Blue) = 17+28+142=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #111C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111C8E is #EEE371. Grayscale: #252525. Windows color (decimal): -15655794 or 9313297. OLE color: 9313297.

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

Color convert

RGB 17 28 142 -
CMYK 0.88 0.80 0 0.44
HSL 234.72º 0.79% 0.31% -
HSV(B) 234.72º 0.88% 0.56% -
XYZ 5.53 2.9 25.86 -
YUV 37.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 17 28 142 0.88 0.80 0 0.44 234.72 0.79 0.31
Hex 11 1C 8E 58 50 0 2C EB 4F 1F
Octal 21 34 216 130 120 0 54 353 117 37
Binary 10001 11100 10001110 1011000 1010000 0 101100 11101011 1001111 11111

Color Harmonies of #111C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C8E

Black with #111C8E

Text Example


Text Example

White with #111C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,28,142); }

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

background-color css

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

 a { background-color: rgb(17,28,142); }

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

border-color css

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

 span { border-color: rgb(17,28,142); }

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