Html Css Color HEX #111298 Ultramarine

📋 copy color: '#111298'

red 17 ◦ green 18 ◦ blue 152

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

Shades of Ultramarine #111298

Tints of Ultramarine #111298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 9.09%
G = 9.63%
B = 81.28%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#111298 (or 0x111298) is known color: Ultramarine. HEX triplet: 11, 12 and 98. RGB value is (17,18,152). Sum of RGB (Red+Green+Blue) = 17+18+152=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 152 (59.77% from 255 or 81.28% from 187); Max value from RGB is 152 - color contains mainly: blue. Hex color #111298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111298 is #EEED67. Grayscale: #202020. Windows color (decimal): -15658344 or 9966097. OLE color: 9966097.

HSL color Cylindrical-coordinate representation of color #111298: hue angle of 239.56º 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 #111298 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 18 152 -
CMYK 0.89 0.88 0 0.40
HSL 239.56º 0.8% 0.33% -
HSV(B) 239.56º 0.89% 0.6% -
XYZ 6.11 2.82 29.93 -
YUV 32.98 195.17 116.6 -
System Red Green Blue C M Y K H S L
Decimal 17 18 152 0.89 0.88 0 0.40 239.56 0.8 0.33
Hex 11 12 98 59 58 0 28 F0 50 21
Octal 21 22 230 131 130 0 50 360 120 41
Binary 10001 10010 10011000 1011001 1011000 0 101000 11110000 1010000 100001

Color Harmonies of #111298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111298

Black with #111298

Text Example


Text Example

White with #111298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111298; }

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

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

background-color css

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

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

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

border-color css

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

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

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