Html Css Color HEX #120194 Ultramarine

📋 copy color: '#120194'

red 18 ◦ green 1 ◦ blue 148

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

Shades of Ultramarine #120194

Tints of Ultramarine #120194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 148 (58.2% from 255) = 88.62%

R = 10.78%
G = 0.6%
B = 88.62%

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

#120194 (or 0x120194) is known color: Ultramarine. HEX triplet: 12, 01 and 94. RGB value is (18,1,148). Sum of RGB (Red+Green+Blue) = 18+1+148=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 148 (58.20% from 255 or 88.62% from 167); Max value from RGB is 148 - color contains mainly: blue. Hex color #120194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120194 is #EDFE6B. Grayscale: #161616. Windows color (decimal): -15597164 or 9699602. OLE color: 9699602.

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

Color convert

RGB 18 1 148 -
CMYK 0.88 0.99 0 0.42
HSL 246.94º 0.99% 0.29% -
HSV(B) 246.94º 0.99% 0.58% -
XYZ 5.61 2.29 28.16 -
YUV 22.84 198.63 124.55 -
System Red Green Blue C M Y K H S L
Decimal 18 1 148 0.88 0.99 0 0.42 246.94 0.99 0.29
Hex 12 1 94 58 63 0 2A F7 63 1D
Octal 22 1 224 130 143 0 52 367 143 35
Binary 10010 1 10010100 1011000 1100011 0 101010 11110111 1100011 11101

Color Harmonies of #120194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120194

Black with #120194

Text Example


Text Example

White with #120194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120194; }

 p { color: rgb(18,1,148); }

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

background-color css

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

 a { background-color: rgb(18,1,148); }

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

border-color css

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

 span { border-color: rgb(18,1,148); }

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