Html Css Color HEX #111998 Ultramarine

📋 copy color: '#111998'

red 17 ◦ green 25 ◦ blue 152

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

Shades of Ultramarine #111998

Tints of Ultramarine #111998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 152 (59.77% from 255) = 78.35%

R = 8.76%
G = 12.89%
B = 78.35%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#111998 (or 0x111998) is known color: Ultramarine. HEX triplet: 11, 19 and 98. RGB value is (17,25,152). Sum of RGB (Red+Green+Blue) = 17+25+152=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 152 (59.77% from 255 or 78.35% from 194); Max value from RGB is 152 - color contains mainly: blue. Hex color #111998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111998 is #EEE667. Grayscale: #242424. Windows color (decimal): -15656552 or 9967889. OLE color: 9967889.

HSL color Cylindrical-coordinate representation of color #111998: hue angle of 236.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111998 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 25 152 -
CMYK 0.89 0.84 0 0.40
HSL 236.44º 0.8% 0.33% -
HSV(B) 236.44º 0.89% 0.6% -
XYZ 6.25 3.08 29.97 -
YUV 37.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 17 25 152 0.89 0.84 0 0.40 236.44 0.8 0.33
Hex 11 19 98 59 54 0 28 EC 50 21
Octal 21 31 230 131 124 0 50 354 120 41
Binary 10001 11001 10011000 1011001 1010100 0 101000 11101100 1010000 100001

Color Harmonies of #111998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111998

Black with #111998

Text Example


Text Example

White with #111998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111998; }

 p { color: rgb(17,25,152); }

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

background-color css

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

 a { background-color: rgb(17,25,152); }

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

border-color css

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

 span { border-color: rgb(17,25,152); }

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