Html Css Color HEX #18119F Ultramarine

📋 copy color: '#18119F'

red 24 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #18119F

Tints of Ultramarine #18119F

RGB

 RED value IS 24 (9.77% from 255) = 12%

 GREEN value IS 17 (7.03% from 255) = 8.5%

 BLUE value IS 159 (62.5% from 255) = 79.5%

R = 12%
G = 8.5%
B = 79.5%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18119F (or 0x18119F) is known color: Ultramarine. HEX triplet: 18, 11 and 9F. RGB value is (24,17,159). Sum of RGB (Red+Green+Blue) = 24+17+159=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 159 (62.5% from 255 or 79.5% from 200); Max value from RGB is 159 - color contains mainly: blue. Hex color #18119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18119F is #E7EE60. Grayscale: #222222. Windows color (decimal): -15199841 or 10424600. OLE color: 10424600.

HSL color Cylindrical-coordinate representation of color #18119F: hue angle of 242.96º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18119F is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 17 159 -
CMYK 0.85 0.89 0 0.38
HSL 242.96º 0.81% 0.35% -
HSV(B) 242.96º 0.89% 0.62% -
XYZ 6.84 3.1 33.04 -
YUV 35.28 197.82 119.95 -
System Red Green Blue C M Y K H S L
Decimal 24 17 159 0.85 0.89 0 0.38 242.96 0.81 0.35
Hex 18 11 9F 55 59 0 26 F3 51 23
Octal 30 21 237 125 131 0 46 363 121 43
Binary 11000 10001 10011111 1010101 1011001 0 100110 11110011 1010001 100011

Color Harmonies of #18119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18119F

Black with #18119F

Text Example


Text Example

White with #18119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18119F; }

 p { color: rgb(24,17,159); }

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

background-color css

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

 a { background-color: rgb(24,17,159); }

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

border-color css

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

 span { border-color: rgb(24,17,159); }

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