Html Css Color HEX #12118D Ultramarine

📋 copy color: '#12118D'

red 18 ◦ green 17 ◦ blue 141

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

Shades of Ultramarine #12118D

Tints of Ultramarine #12118D

RGB

 RED value IS 18 (7.42% from 255) = 10.23%

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

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

R = 10.23%
G = 9.66%
B = 80.11%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12118D (or 0x12118D) is known color: Ultramarine. HEX triplet: 12, 11 and 8D. RGB value is (18,17,141). Sum of RGB (Red+Green+Blue) = 18+17+141=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 141 (55.47% from 255 or 80.11% from 176); Max value from RGB is 141 - color contains mainly: blue. Hex color #12118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12118D is #EDEE72. Grayscale: #1E1E1E. Windows color (decimal): -15593075 or 9244946. OLE color: 9244946.

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

Color convert

RGB 18 17 141 -
CMYK 0.87 0.88 0 0.45
HSL 240.48º 0.78% 0.31% -
HSV(B) 240.48º 0.88% 0.55% -
XYZ 5.26 2.45 25.4 -
YUV 31.44 189.83 118.42 -
System Red Green Blue C M Y K H S L
Decimal 18 17 141 0.87 0.88 0 0.45 240.48 0.78 0.31
Hex 12 11 8D 57 58 0 2D F0 4E 1F
Octal 22 21 215 127 130 0 55 360 116 37
Binary 10010 10001 10001101 1010111 1011000 0 101101 11110000 1001110 11111

Color Harmonies of #12118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12118D

Black with #12118D

Text Example


Text Example

White with #12118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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