Html Css Color HEX #120D9F Ultramarine

📋 copy color: '#120D9F'

red 18 ◦ green 13 ◦ blue 159

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

Shades of Ultramarine #120D9F

Tints of Ultramarine #120D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.84%

 BLUE value IS 159 (62.5% from 255) = 83.68%

R = 9.47%
G = 6.84%
B = 83.68%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#120D9F (or 0x120D9F) is known color: Ultramarine. HEX triplet: 12, 0D and 9F. RGB value is (18,13,159). Sum of RGB (Red+Green+Blue) = 18+13+159=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #120D9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120D9F is #EDF260. Grayscale: #1E1E1E. Windows color (decimal): -15594081 or 10423570. OLE color: 10423570.

HSL color Cylindrical-coordinate representation of color #120D9F: hue angle of 242.05º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120D9F is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 13 159 -
CMYK 0.89 0.92 0 0.38
HSL 242.05º 0.85% 0.34% -
HSV(B) 242.05º 0.92% 0.62% -
XYZ 6.65 2.92 33.01 -
YUV 31.14 200.16 118.63 -
System Red Green Blue C M Y K H S L
Decimal 18 13 159 0.89 0.92 0 0.38 242.05 0.85 0.34
Hex 12 D 9F 59 5C 0 26 F2 55 22
Octal 22 15 237 131 134 0 46 362 125 42
Binary 10010 1101 10011111 1011001 1011100 0 100110 11110010 1010101 100010

Color Harmonies of #120D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D9F

Black with #120D9F

Text Example


Text Example

White with #120D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120D9F; }

 p { color: rgb(18,13,159); }

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

background-color css

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

 a { background-color: rgb(18,13,159); }

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

border-color css

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

 span { border-color: rgb(18,13,159); }

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