Html Css Color HEX #111C8C Ultramarine

📋 copy color: '#111C8C'

red 17 ◦ green 28 ◦ blue 140

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

Shades of Ultramarine #111C8C

Tints of Ultramarine #111C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 75.68%

R = 9.19%
G = 15.14%
B = 75.68%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#111C8C (or 0x111C8C) is known color: Ultramarine. HEX triplet: 11, 1C and 8C. RGB value is (17,28,140). Sum of RGB (Red+Green+Blue) = 17+28+140=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 140 (55.08% from 255 or 75.68% from 185); Max value from RGB is 140 - color contains mainly: blue. Hex color #111C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111C8C is #EEE373. Grayscale: #252525. Windows color (decimal): -15655796 or 9182225. OLE color: 9182225.

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

Color convert

RGB 17 28 140 -
CMYK 0.88 0.80 0 0.45
HSL 234.63º 0.78% 0.31% -
HSV(B) 234.63º 0.88% 0.55% -
XYZ 5.38 2.84 25.08 -
YUV 37.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 17 28 140 0.88 0.80 0 0.45 234.63 0.78 0.31
Hex 11 1C 8C 58 50 0 2D EB 4E 1F
Octal 21 34 214 130 120 0 55 353 116 37
Binary 10001 11100 10001100 1011000 1010000 0 101101 11101011 1001110 11111

Color Harmonies of #111C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C8C

Black with #111C8C

Text Example


Text Example

White with #111C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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