Html Css Color HEX #120B93 Ultramarine

📋 copy color: '#120B93'

red 18 ◦ green 11 ◦ blue 147

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

Shades of Ultramarine #120B93

Tints of Ultramarine #120B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 83.52%

R = 10.23%
G = 6.25%
B = 83.52%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120B93 (or 0x120B93) is known color: Ultramarine. HEX triplet: 12, 0B and 93. RGB value is (18,11,147). Sum of RGB (Red+Green+Blue) = 18+11+147=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 147 (57.81% from 255 or 83.52% from 176); Max value from RGB is 147 - color contains mainly: blue. Hex color #120B93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120B93 is #EDF46C. Grayscale: #1C1C1C. Windows color (decimal): -15594605 or 9636626. OLE color: 9636626.

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

Color convert

RGB 18 11 147 -
CMYK 0.88 0.93 0 0.42
HSL 243.09º 0.86% 0.31% -
HSV(B) 243.09º 0.93% 0.58% -
XYZ 5.64 2.47 27.78 -
YUV 28.6 194.82 120.44 -
System Red Green Blue C M Y K H S L
Decimal 18 11 147 0.88 0.93 0 0.42 243.09 0.86 0.31
Hex 12 B 93 58 5D 0 2A F3 56 1F
Octal 22 13 223 130 135 0 52 363 126 37
Binary 10010 1011 10010011 1011000 1011101 0 101010 11110011 1010110 11111

Color Harmonies of #120B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B93

Black with #120B93

Text Example


Text Example

White with #120B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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