Html Css Color HEX #12119B Ultramarine

📋 copy color: '#12119B'

red 18 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #12119B

Tints of Ultramarine #12119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 81.58%

R = 9.47%
G = 8.95%
B = 81.58%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12119B (or 0x12119B) is known color: Ultramarine. HEX triplet: 12, 11 and 9B. RGB value is (18,17,155). Sum of RGB (Red+Green+Blue) = 18+17+155=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 155 (60.94% from 255 or 81.58% from 190); Max value from RGB is 155 - color contains mainly: blue. Hex color #12119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12119B is #EDEE64. Grayscale: #202020. Windows color (decimal): -15593061 or 10162450. OLE color: 10162450.

HSL color Cylindrical-coordinate representation of color #12119B: hue angle of 240.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12119B is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 17 155 -
CMYK 0.88 0.89 0 0.39
HSL 240.43º 0.8% 0.34% -
HSV(B) 240.43º 0.89% 0.61% -
XYZ 6.37 2.9 31.23 -
YUV 33.03 196.83 117.28 -
System Red Green Blue C M Y K H S L
Decimal 18 17 155 0.88 0.89 0 0.39 240.43 0.8 0.34
Hex 12 11 9B 58 59 0 27 F0 50 22
Octal 22 21 233 130 131 0 47 360 120 42
Binary 10010 10001 10011011 1011000 1011001 0 100111 11110000 1010000 100010

Color Harmonies of #12119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12119B

Black with #12119B

Text Example


Text Example

White with #12119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12119B; }

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

 H1.HeaderClassName
 {
   color: #12119B;
 }
 .AnyTagClassName
 {
   color: #12119B;
 }
</style>

background-color css

<style>
 a { background-color: #12119B; }

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

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

border-color css

<style>
 span { border-color: #12119B; }

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

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