Html Css Color HEX #120082 Ultramarine

📋 copy color: '#120082'

red 18 ◦ green 0 ◦ blue 130

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

Shades of Ultramarine #120082

Tints of Ultramarine #120082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 87.84%

R = 12.16%
G = 0%
B = 87.84%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#120082 (or 0x120082) is known color: Ultramarine. HEX triplet: 12, 00 and 82. RGB value is (18,0,130). Sum of RGB (Red+Green+Blue) = 18+0+130=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 130 (51.17% from 255 or 87.84% from 148); Max value from RGB is 130 - color contains mainly: blue. Hex color #120082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120082 is #EDFF7D. Grayscale: #131313. Windows color (decimal): -15597438 or 8519698. OLE color: 8519698.

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

Color convert

RGB 18 0 130 -
CMYK 0.86 1 0 0.49
HSL 248.31º 1% 0.25% -
HSV(B) 248.31º 1% 0.51% -
XYZ 4.28 1.74 21.23 -
YUV 20.2 189.96 126.43 -
System Red Green Blue C M Y K H S L
Decimal 18 0 130 0.86 1 0 0.49 248.31 1 0.25
Hex 12 0 82 56 64 0 31 F8 64 19
Octal 22 0 202 126 144 0 61 370 144 31
Binary 10010 0 10000010 1010110 1100100 0 110001 11111000 1100100 11001

Color Harmonies of #120082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120082

Black with #120082

Text Example


Text Example

White with #120082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120082; }

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

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

background-color css

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

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

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

border-color css

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

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

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