Html Css Color HEX #120095 Ultramarine

📋 copy color: '#120095'

red 18 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #120095

Tints of Ultramarine #120095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 89.22%

R = 10.78%
G = 0%
B = 89.22%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120095 (or 0x120095) is known color: Ultramarine. HEX triplet: 12, 00 and 95. RGB value is (18,0,149). Sum of RGB (Red+Green+Blue) = 18+0+149=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 149 (58.59% from 255 or 89.22% from 167); Max value from RGB is 149 - color contains mainly: blue. Hex color #120095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120095 is #EDFF6A. Grayscale: #151515. Windows color (decimal): -15597419 or 9764882. OLE color: 9764882.

HSL color Cylindrical-coordinate representation of color #120095: hue angle of 247.25º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120095 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 0 149 -
CMYK 0.88 1 0 0.42
HSL 247.25º 1% 0.29% -
HSV(B) 247.25º 1% 0.58% -
XYZ 5.67 2.3 28.58 -
YUV 22.37 199.46 124.88 -
System Red Green Blue C M Y K H S L
Decimal 18 0 149 0.88 1 0 0.42 247.25 1 0.29
Hex 12 0 95 58 64 0 2A F7 64 1D
Octal 22 0 225 130 144 0 52 367 144 35
Binary 10010 0 10010101 1011000 1100100 0 101010 11110111 1100100 11101

Color Harmonies of #120095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120095

Black with #120095

Text Example


Text Example

White with #120095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120095; }

 p { color: rgb(18,0,149); }

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

background-color css

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

 a { background-color: rgb(18,0,149); }

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

border-color css

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

 span { border-color: rgb(18,0,149); }

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