Html Css Color HEX #120695 Ultramarine

📋 copy color: '#120695'

red 18 ◦ green 6 ◦ blue 149

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

Shades of Ultramarine #120695

Tints of Ultramarine #120695

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

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

R = 10.4%
G = 3.47%
B = 86.13%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120695 (or 0x120695) is known color: Ultramarine. HEX triplet: 12, 06 and 95. RGB value is (18,6,149). Sum of RGB (Red+Green+Blue) = 18+6+149=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 149 (58.59% from 255 or 86.13% from 173); Max value from RGB is 149 - color contains mainly: blue. Hex color #120695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120695 is #EDF96A. Grayscale: #191919. Windows color (decimal): -15595883 or 9766418. OLE color: 9766418.

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

Color convert

RGB 18 6 149 -
CMYK 0.88 0.96 0 0.42
HSL 245.04º 0.92% 0.3% -
HSV(B) 245.04º 0.96% 0.58% -
XYZ 5.74 2.43 28.6 -
YUV 25.89 197.48 122.37 -
System Red Green Blue C M Y K H S L
Decimal 18 6 149 0.88 0.96 0 0.42 245.04 0.92 0.3
Hex 12 6 95 58 60 0 2A F5 5C 1E
Octal 22 6 225 130 140 0 52 365 134 36
Binary 10010 110 10010101 1011000 1100000 0 101010 11110101 1011100 11110

Color Harmonies of #120695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120695

Black with #120695

Text Example


Text Example

White with #120695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120695; }

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

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

background-color css

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

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

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

border-color css

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

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

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