Html Css Color HEX #120085 Ultramarine

📋 copy color: '#120085'

red 18 ◦ green 0 ◦ blue 133

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

Shades of Ultramarine #120085

Tints of Ultramarine #120085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 11.92%
G = 0%
B = 88.08%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#120085 (or 0x120085) is known color: Ultramarine. HEX triplet: 12, 00 and 85. RGB value is (18,0,133). Sum of RGB (Red+Green+Blue) = 18+0+133=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #120085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120085 is #EDFF7A. Grayscale: #141414. Windows color (decimal): -15597435 or 8716306. OLE color: 8716306.

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

Color convert

RGB 18 0 133 -
CMYK 0.86 1 0 0.48
HSL 248.12º 1% 0.26% -
HSV(B) 248.12º 1% 0.52% -
XYZ 4.48 1.82 22.31 -
YUV 20.54 191.46 126.19 -
System Red Green Blue C M Y K H S L
Decimal 18 0 133 0.86 1 0 0.48 248.12 1 0.26
Hex 12 0 85 56 64 0 30 F8 64 1A
Octal 22 0 205 126 144 0 60 370 144 32
Binary 10010 0 10000101 1010110 1100100 0 110000 11111000 1100100 11010

Color Harmonies of #120085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120085

Black with #120085

Text Example


Text Example

White with #120085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120085; }

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

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

background-color css

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

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

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

border-color css

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

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

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