Html Css Color HEX #18118D Ultramarine

📋 copy color: '#18118D'

red 24 ◦ green 17 ◦ blue 141

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

Shades of Ultramarine #18118D

Tints of Ultramarine #18118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 77.47%

R = 13.19%
G = 9.34%
B = 77.47%

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

#18118D (or 0x18118D) is known color: Ultramarine. HEX triplet: 18, 11 and 8D. RGB value is (24,17,141). Sum of RGB (Red+Green+Blue) = 24+17+141=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #18118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18118D is #E7EE72. Grayscale: #202020. Windows color (decimal): -15199859 or 9244952. OLE color: 9244952.

HSL color Cylindrical-coordinate representation of color #18118D: hue angle of 243.39º 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 #18118D is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 17 141 -
CMYK 0.83 0.88 0 0.45
HSL 243.39º 0.78% 0.31% -
HSV(B) 243.39º 0.88% 0.55% -
XYZ 5.38 2.52 25.4 -
YUV 33.23 188.82 121.42 -
System Red Green Blue C M Y K H S L
Decimal 24 17 141 0.83 0.88 0 0.45 243.39 0.78 0.31
Hex 18 11 8D 53 58 0 2D F3 4E 1F
Octal 30 21 215 123 130 0 55 363 116 37
Binary 11000 10001 10001101 1010011 1011000 0 101101 11110011 1001110 11111

Color Harmonies of #18118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18118D

Black with #18118D

Text Example


Text Example

White with #18118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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