Html Css Color HEX #120B9D Ultramarine

📋 copy color: '#120B9D'

red 18 ◦ green 11 ◦ blue 157

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

Shades of Ultramarine #120B9D

Tints of Ultramarine #120B9D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.91%

 BLUE value IS 157 (61.72% from 255) = 84.41%

R = 9.68%
G = 5.91%
B = 84.41%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#120B9D (or 0x120B9D) is known color: Ultramarine. HEX triplet: 12, 0B and 9D. RGB value is (18,11,157). Sum of RGB (Red+Green+Blue) = 18+11+157=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #120B9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120B9D is #EDF462. Grayscale: #1D1D1D. Windows color (decimal): -15594595 or 10291986. OLE color: 10291986.

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

Color convert

RGB 18 11 157 -
CMYK 0.89 0.93 0 0.38
HSL 242.88º 0.87% 0.33% -
HSV(B) 242.88º 0.93% 0.62% -
XYZ 6.45 2.8 32.1 -
YUV 29.74 199.82 119.63 -
System Red Green Blue C M Y K H S L
Decimal 18 11 157 0.89 0.93 0 0.38 242.88 0.87 0.33
Hex 12 B 9D 59 5D 0 26 F3 57 21
Octal 22 13 235 131 135 0 46 363 127 41
Binary 10010 1011 10011101 1011001 1011101 0 100110 11110011 1010111 100001

Color Harmonies of #120B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B9D

Black with #120B9D

Text Example


Text Example

White with #120B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,11,157); }

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

background-color css

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

 a { background-color: rgb(18,11,157); }

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

border-color css

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

 span { border-color: rgb(18,11,157); }

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