Html Css Color HEX #120185 Ultramarine

📋 copy color: '#120185'

red 18 ◦ green 1 ◦ blue 133

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

Shades of Ultramarine #120185

Tints of Ultramarine #120185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

 BLUE value IS 133 (52.34% from 255) = 87.5%

R = 11.84%
G = 0.66%
B = 87.5%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#120185 (or 0x120185) is known color: Ultramarine. HEX triplet: 12, 01 and 85. RGB value is (18,1,133). Sum of RGB (Red+Green+Blue) = 18+1+133=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #120185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120185 is #EDFE7A. Grayscale: #141414. Windows color (decimal): -15597179 or 8716562. OLE color: 8716562.

HSL color Cylindrical-coordinate representation of color #120185: hue angle of 247.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120185 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 1 133 -
CMYK 0.86 0.99 0 0.48
HSL 247.73º 0.99% 0.26% -
HSV(B) 247.73º 0.99% 0.52% -
XYZ 4.49 1.84 22.31 -
YUV 21.13 191.13 125.77 -
System Red Green Blue C M Y K H S L
Decimal 18 1 133 0.86 0.99 0 0.48 247.73 0.99 0.26
Hex 12 1 85 56 63 0 30 F8 63 1A
Octal 22 1 205 126 143 0 60 370 143 32
Binary 10010 1 10000101 1010110 1100011 0 110000 11111000 1100011 11010

Color Harmonies of #120185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120185

Black with #120185

Text Example


Text Example

White with #120185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120185; }

 p { color: rgb(18,1,133); }

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

background-color css

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

 a { background-color: rgb(18,1,133); }

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

border-color css

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

 span { border-color: rgb(18,1,133); }

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