Html Css Color HEX #120296 Ultramarine

📋 copy color: '#120296'

red 18 ◦ green 2 ◦ blue 150

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

Shades of Ultramarine #120296

Tints of Ultramarine #120296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 10.59%
G = 1.18%
B = 88.24%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#120296 (or 0x120296) is known color: Ultramarine. HEX triplet: 12, 02 and 96. RGB value is (18,2,150). Sum of RGB (Red+Green+Blue) = 18+2+150=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 150 (58.98% from 255 or 88.24% from 170); Max value from RGB is 150 - color contains mainly: blue. Hex color #120296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120296 is #EDFD69. Grayscale: #171717. Windows color (decimal): -15596906 or 9830930. OLE color: 9830930.

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

Color convert

RGB 18 2 150 -
CMYK 0.88 0.99 0 0.41
HSL 246.49º 0.97% 0.3% -
HSV(B) 246.49º 0.99% 0.59% -
XYZ 5.78 2.37 29.01 -
YUV 23.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 18 2 150 0.88 0.99 0 0.41 246.49 0.97 0.3
Hex 12 2 96 58 63 0 29 F6 61 1E
Octal 22 2 226 130 143 0 51 366 141 36
Binary 10010 10 10010110 1011000 1100011 0 101001 11110110 1100001 11110

Color Harmonies of #120296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120296

Black with #120296

Text Example


Text Example

White with #120296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120296; }

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

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

background-color css

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

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

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

border-color css

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

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

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