Html Css Color HEX #111F8C Ultramarine

📋 copy color: '#111F8C'

red 17 ◦ green 31 ◦ blue 140

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

Shades of Ultramarine #111F8C

Tints of Ultramarine #111F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.49%

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

R = 9.04%
G = 16.49%
B = 74.47%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#111F8C (or 0x111F8C) is known color: Ultramarine. HEX triplet: 11, 1F and 8C. RGB value is (17,31,140). Sum of RGB (Red+Green+Blue) = 17+31+140=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #111F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F8C is #EEE073. Grayscale: #262626. Windows color (decimal): -15655028 or 9182993. OLE color: 9182993.

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

Color convert

RGB 17 31 140 -
CMYK 0.88 0.78 0 0.45
HSL 233.17º 0.78% 0.31% -
HSV(B) 233.17º 0.88% 0.55% -
XYZ 5.45 2.99 25.1 -
YUV 39.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 17 31 140 0.88 0.78 0 0.45 233.17 0.78 0.31
Hex 11 1F 8C 58 4E 0 2D E9 4E 1F
Octal 21 37 214 130 116 0 55 351 116 37
Binary 10001 11111 10001100 1011000 1001110 0 101101 11101001 1001110 11111

Color Harmonies of #111F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F8C

Black with #111F8C

Text Example


Text Example

White with #111F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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