Html Css Color HEX #120295 Ultramarine

📋 copy color: '#120295'

red 18 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #120295

Tints of Ultramarine #120295

RGB

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

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

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

R = 10.65%
G = 1.18%
B = 88.17%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120295 (or 0x120295) is known color: Ultramarine. HEX triplet: 12, 02 and 95. RGB value is (18,2,149). Sum of RGB (Red+Green+Blue) = 18+2+149=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 149 (58.59% from 255 or 88.17% from 169); Max value from RGB is 149 - color contains mainly: blue. Hex color #120295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120295 is #EDFD6A. Grayscale: #161616. Windows color (decimal): -15596907 or 9765394. OLE color: 9765394.

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

Color convert

RGB 18 2 149 -
CMYK 0.88 0.99 0 0.42
HSL 246.53º 0.97% 0.3% -
HSV(B) 246.53º 0.99% 0.58% -
XYZ 5.7 2.34 28.59 -
YUV 23.54 198.8 124.05 -
System Red Green Blue C M Y K H S L
Decimal 18 2 149 0.88 0.99 0 0.42 246.53 0.97 0.3
Hex 12 2 95 58 63 0 2A F7 61 1E
Octal 22 2 225 130 143 0 52 367 141 36
Binary 10010 10 10010101 1011000 1100011 0 101010 11110111 1100001 11110

Color Harmonies of #120295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120295

Black with #120295

Text Example


Text Example

White with #120295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120295; }

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

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

background-color css

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

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

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

border-color css

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

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

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