Html Css Color HEX #18118C Ultramarine

📋 copy color: '#18118C'

red 24 ◦ green 17 ◦ blue 140

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

Shades of Ultramarine #18118C

Tints of Ultramarine #18118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 77.35%

R = 13.26%
G = 9.39%
B = 77.35%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18118C (or 0x18118C) is known color: Ultramarine. HEX triplet: 18, 11 and 8C. RGB value is (24,17,140). Sum of RGB (Red+Green+Blue) = 24+17+140=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #18118C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18118C is #E7EE73. Grayscale: #202020. Windows color (decimal): -15199860 or 9179416. OLE color: 9179416.

HSL color Cylindrical-coordinate representation of color #18118C: hue angle of 243.41º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18118C is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 17 140 -
CMYK 0.83 0.88 0 0.45
HSL 243.41º 0.78% 0.31% -
HSV(B) 243.41º 0.88% 0.55% -
XYZ 5.31 2.49 25.01 -
YUV 33.12 188.32 121.5 -
System Red Green Blue C M Y K H S L
Decimal 24 17 140 0.83 0.88 0 0.45 243.41 0.78 0.31
Hex 18 11 8C 53 58 0 2D F3 4E 1F
Octal 30 21 214 123 130 0 55 363 116 37
Binary 11000 10001 10001100 1010011 1011000 0 101101 11110011 1001110 11111

Color Harmonies of #18118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18118C

Black with #18118C

Text Example


Text Example

White with #18118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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