Html Css Color HEX #12119F Ultramarine

📋 copy color: '#12119F'

red 18 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #12119F

Tints of Ultramarine #12119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.96%

R = 9.28%
G = 8.76%
B = 81.96%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12119F (or 0x12119F) is known color: Ultramarine. HEX triplet: 12, 11 and 9F. RGB value is (18,17,159). Sum of RGB (Red+Green+Blue) = 18+17+159=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #12119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12119F is #EDEE60. Grayscale: #202020. Windows color (decimal): -15593057 or 10424594. OLE color: 10424594.

HSL color Cylindrical-coordinate representation of color #12119F: hue angle of 240.42º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12119F is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 17 159 -
CMYK 0.89 0.89 0 0.38
HSL 240.42º 0.81% 0.35% -
HSV(B) 240.42º 0.89% 0.62% -
XYZ 6.71 3.03 33.03 -
YUV 33.49 198.83 116.95 -
System Red Green Blue C M Y K H S L
Decimal 18 17 159 0.89 0.89 0 0.38 240.42 0.81 0.35
Hex 12 11 9F 59 59 0 26 F0 51 23
Octal 22 21 237 131 131 0 46 360 121 43
Binary 10010 10001 10011111 1011001 1011001 0 100110 11110000 1010001 100011

Color Harmonies of #12119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12119F

Black with #12119F

Text Example


Text Example

White with #12119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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