Html Css Color HEX #12139A Ultramarine

📋 copy color: '#12139A'

red 18 ◦ green 19 ◦ blue 154

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

Shades of Ultramarine #12139A

Tints of Ultramarine #12139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

 BLUE value IS 154 (60.55% from 255) = 80.63%

R = 9.42%
G = 9.95%
B = 80.63%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12139A (or 0x12139A) is known color: Ultramarine. HEX triplet: 12, 13 and 9A. RGB value is (18,19,154). Sum of RGB (Red+Green+Blue) = 18+19+154=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 154 (60.55% from 255 or 80.63% from 191); Max value from RGB is 154 - color contains mainly: blue. Hex color #12139A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12139A is #EDEC65. Grayscale: #212121. Windows color (decimal): -15592550 or 10097426. OLE color: 10097426.

HSL color Cylindrical-coordinate representation of color #12139A: hue angle of 239.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12139A is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 19 154 -
CMYK 0.88 0.88 0 0.40
HSL 239.56º 0.79% 0.34% -
HSV(B) 239.56º 0.88% 0.6% -
XYZ 6.32 2.93 30.8 -
YUV 34.09 195.67 116.52 -
System Red Green Blue C M Y K H S L
Decimal 18 19 154 0.88 0.88 0 0.40 239.56 0.79 0.34
Hex 12 13 9A 58 58 0 28 F0 4F 22
Octal 22 23 232 130 130 0 50 360 117 42
Binary 10010 10011 10011010 1011000 1011000 0 101000 11110000 1001111 100010

Color Harmonies of #12139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12139A

Black with #12139A

Text Example


Text Example

White with #12139A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,19,154); }

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

background-color css

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

 a { background-color: rgb(18,19,154); }

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

border-color css

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

 span { border-color: rgb(18,19,154); }

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