Html Css Color HEX #120C88 Ultramarine

📋 copy color: '#120C88'

red 18 ◦ green 12 ◦ blue 136

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

Shades of Ultramarine #120C88

Tints of Ultramarine #120C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.23%

 BLUE value IS 136 (53.52% from 255) = 81.93%

R = 10.84%
G = 7.23%
B = 81.93%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#120C88 (or 0x120C88) is known color: Ultramarine. HEX triplet: 12, 0C and 88. RGB value is (18,12,136). Sum of RGB (Red+Green+Blue) = 18+12+136=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 136 (53.52% from 255 or 81.93% from 166); Max value from RGB is 136 - color contains mainly: blue. Hex color #120C88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120C88 is #EDF377. Grayscale: #1B1B1B. Windows color (decimal): -15594360 or 8915986. OLE color: 8915986.

HSL color Cylindrical-coordinate representation of color #120C88: hue angle of 242.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120C88 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 12 136 -
CMYK 0.87 0.91 0 0.47
HSL 242.9º 0.84% 0.29% -
HSV(B) 242.9º 0.91% 0.53% -
XYZ 4.82 2.17 23.46 -
YUV 27.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 18 12 136 0.87 0.91 0 0.47 242.9 0.84 0.29
Hex 12 C 88 57 5B 0 2F F3 54 1D
Octal 22 14 210 127 133 0 57 363 124 35
Binary 10010 1100 10001000 1010111 1011011 0 101111 11110011 1010100 11101

Color Harmonies of #120C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C88

Black with #120C88

Text Example


Text Example

White with #120C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,12,136); }

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

background-color css

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

 a { background-color: rgb(18,12,136); }

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

border-color css

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

 span { border-color: rgb(18,12,136); }

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