Html Css Color HEX #120096 Ultramarine

📋 copy color: '#120096'

red 18 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #120096

Tints of Ultramarine #120096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 89.29%

R = 10.71%
G = 0%
B = 89.29%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#120096 (or 0x120096) is known color: Ultramarine. HEX triplet: 12, 00 and 96. RGB value is (18,0,150). Sum of RGB (Red+Green+Blue) = 18+0+150=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 150 (58.98% from 255 or 89.29% from 168); Max value from RGB is 150 - color contains mainly: blue. Hex color #120096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120096 is #EDFF69. Grayscale: #151515. Windows color (decimal): -15597418 or 9830418. OLE color: 9830418.

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

Color convert

RGB 18 0 150 -
CMYK 0.88 1 0 0.41
HSL 247.2º 1% 0.29% -
HSV(B) 247.2º 1% 0.59% -
XYZ 5.75 2.33 29 -
YUV 22.48 199.96 124.8 -
System Red Green Blue C M Y K H S L
Decimal 18 0 150 0.88 1 0 0.41 247.2 1 0.29
Hex 12 0 96 58 64 0 29 F7 64 1D
Octal 22 0 226 130 144 0 51 367 144 35
Binary 10010 0 10010110 1011000 1100100 0 101001 11110111 1100100 11101

Color Harmonies of #120096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120096

Black with #120096

Text Example


Text Example

White with #120096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120096; }

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

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

background-color css

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

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

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

border-color css

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

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

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