Html Css Color HEX #111F93 Ultramarine

📋 copy color: '#111F93'

red 17 ◦ green 31 ◦ blue 147

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

Shades of Ultramarine #111F93

Tints of Ultramarine #111F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 75.38%

R = 8.72%
G = 15.9%
B = 75.38%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#111F93 (or 0x111F93) is known color: Ultramarine. HEX triplet: 11, 1F and 93. RGB value is (17,31,147). Sum of RGB (Red+Green+Blue) = 17+31+147=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #111F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111F93 is #EEE06C. Grayscale: #272727. Windows color (decimal): -15655021 or 9641745. OLE color: 9641745.

HSL color Cylindrical-coordinate representation of color #111F93: hue angle of 233.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111F93 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 31 147 -
CMYK 0.88 0.79 0 0.42
HSL 233.54º 0.79% 0.32% -
HSV(B) 233.54º 0.88% 0.58% -
XYZ 5.99 3.21 27.91 -
YUV 40.04 188.36 111.57 -
System Red Green Blue C M Y K H S L
Decimal 17 31 147 0.88 0.79 0 0.42 233.54 0.79 0.32
Hex 11 1F 93 58 4F 0 2A EA 4F 20
Octal 21 37 223 130 117 0 52 352 117 40
Binary 10001 11111 10010011 1011000 1001111 0 101010 11101010 1001111 100000

Color Harmonies of #111F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F93

Black with #111F93

Text Example


Text Example

White with #111F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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