Html Css Color HEX #120394 Ultramarine

📋 copy color: '#120394'

red 18 ◦ green 3 ◦ blue 148

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

Shades of Ultramarine #120394

Tints of Ultramarine #120394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 10.65%
G = 1.78%
B = 87.57%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120394 (or 0x120394) is known color: Ultramarine. HEX triplet: 12, 03 and 94. RGB value is (18,3,148). Sum of RGB (Red+Green+Blue) = 18+3+148=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 148 (58.20% from 255 or 87.57% from 169); Max value from RGB is 148 - color contains mainly: blue. Hex color #120394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120394 is #EDFC6B. Grayscale: #171717. Windows color (decimal): -15596652 or 9700114. OLE color: 9700114.

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

Color convert

RGB 18 3 148 -
CMYK 0.88 0.98 0 0.42
HSL 246.21º 0.96% 0.3% -
HSV(B) 246.21º 0.98% 0.58% -
XYZ 5.63 2.33 28.17 -
YUV 24.02 197.97 123.71 -
System Red Green Blue C M Y K H S L
Decimal 18 3 148 0.88 0.98 0 0.42 246.21 0.96 0.3
Hex 12 3 94 58 62 0 2A F6 60 1E
Octal 22 3 224 130 142 0 52 366 140 36
Binary 10010 11 10010100 1011000 1100010 0 101010 11110110 1100000 11110

Color Harmonies of #120394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120394

Black with #120394

Text Example


Text Example

White with #120394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120394; }

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

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

background-color css

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

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

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

border-color css

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

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

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