Html Css Color HEX #18119A Ultramarine

📋 copy color: '#18119A'

red 24 ◦ green 17 ◦ blue 154

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

Shades of Ultramarine #18119A

Tints of Ultramarine #18119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 78.97%

R = 12.31%
G = 8.72%
B = 78.97%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18119A (or 0x18119A) is known color: Ultramarine. HEX triplet: 18, 11 and 9A. RGB value is (24,17,154). Sum of RGB (Red+Green+Blue) = 24+17+154=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #18119A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18119A is #E7EE65. Grayscale: #222222. Windows color (decimal): -15199846 or 10096920. OLE color: 10096920.

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

Color convert

RGB 24 17 154 -
CMYK 0.84 0.89 0 0.40
HSL 243.07º 0.8% 0.34% -
HSV(B) 243.07º 0.89% 0.6% -
XYZ 6.41 2.93 30.8 -
YUV 34.71 195.32 120.36 -
System Red Green Blue C M Y K H S L
Decimal 24 17 154 0.84 0.89 0 0.40 243.07 0.8 0.34
Hex 18 11 9A 54 59 0 28 F3 50 22
Octal 30 21 232 124 131 0 50 363 120 42
Binary 11000 10001 10011010 1010100 1011001 0 101000 11110011 1010000 100010

Color Harmonies of #18119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18119A

Black with #18119A

Text Example


Text Example

White with #18119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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