Html Css Color HEX #12118A Ultramarine

📋 copy color: '#12118A'

red 18 ◦ green 17 ◦ blue 138

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

Shades of Ultramarine #12118A

Tints of Ultramarine #12118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 79.77%

R = 10.4%
G = 9.83%
B = 79.77%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#12118A (or 0x12118A) is known color: Ultramarine. HEX triplet: 12, 11 and 8A. RGB value is (18,17,138). Sum of RGB (Red+Green+Blue) = 18+17+138=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #12118A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12118A is #EDEE75. Grayscale: #1E1E1E. Windows color (decimal): -15593078 or 9048338. OLE color: 9048338.

HSL color Cylindrical-coordinate representation of color #12118A: hue angle of 240.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12118A is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 17 138 -
CMYK 0.87 0.88 0 0.46
HSL 240.5º 0.78% 0.3% -
HSV(B) 240.5º 0.88% 0.54% -
XYZ 5.04 2.36 24.24 -
YUV 31.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 18 17 138 0.87 0.88 0 0.46 240.5 0.78 0.3
Hex 12 11 8A 57 58 0 2E F0 4E 1E
Octal 22 21 212 127 130 0 56 360 116 36
Binary 10010 10001 10001010 1010111 1011000 0 101110 11110000 1001110 11110

Color Harmonies of #12118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12118A

Black with #12118A

Text Example


Text Example

White with #12118A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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