Html Css Color HEX #120595 Ultramarine

📋 copy color: '#120595'

red 18 ◦ green 5 ◦ blue 149

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

Shades of Ultramarine #120595

Tints of Ultramarine #120595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 10.47%
G = 2.91%
B = 86.63%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120595 (or 0x120595) is known color: Ultramarine. HEX triplet: 12, 05 and 95. RGB value is (18,5,149). Sum of RGB (Red+Green+Blue) = 18+5+149=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #120595 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120595 is #EDFA6A. Grayscale: #181818. Windows color (decimal): -15596139 or 9766162. OLE color: 9766162.

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

Color convert

RGB 18 5 149 -
CMYK 0.88 0.97 0 0.42
HSL 245.42º 0.94% 0.3% -
HSV(B) 245.42º 0.97% 0.58% -
XYZ 5.73 2.41 28.6 -
YUV 25.3 197.81 122.79 -
System Red Green Blue C M Y K H S L
Decimal 18 5 149 0.88 0.97 0 0.42 245.42 0.94 0.3
Hex 12 5 95 58 61 0 2A F5 5E 1E
Octal 22 5 225 130 141 0 52 365 136 36
Binary 10010 101 10010101 1011000 1100001 0 101010 11110101 1011110 11110

Color Harmonies of #120595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120595

Black with #120595

Text Example


Text Example

White with #120595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120595; }

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

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

background-color css

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

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

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

border-color css

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

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

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