Html Css Color HEX #120381 Ultramarine

📋 copy color: '#120381'

red 18 ◦ green 3 ◦ blue 129

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

Shades of Ultramarine #120381

Tints of Ultramarine #120381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 129 (50.78% from 255) = 86%

R = 12%
G = 2%
B = 86%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#120381 (or 0x120381) is known color: Ultramarine. HEX triplet: 12, 03 and 81. RGB value is (18,3,129). Sum of RGB (Red+Green+Blue) = 18+3+129=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 129 (50.78% from 255 or 86% from 150); Max value from RGB is 129 - color contains mainly: blue. Hex color #120381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120381 is #EDFC7E. Grayscale: #151515. Windows color (decimal): -15596671 or 8454930. OLE color: 8454930.

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

Color convert

RGB 18 3 129 -
CMYK 0.86 0.98 0 0.49
HSL 247.14º 0.95% 0.26% -
HSV(B) 247.14º 0.98% 0.51% -
XYZ 4.24 1.78 20.89 -
YUV 21.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 18 3 129 0.86 0.98 0 0.49 247.14 0.95 0.26
Hex 12 3 81 56 62 0 31 F7 5F 1A
Octal 22 3 201 126 142 0 61 367 137 32
Binary 10010 11 10000001 1010110 1100010 0 110001 11110111 1011111 11010

Color Harmonies of #120381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120381

Black with #120381

Text Example


Text Example

White with #120381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120381; }

 p { color: rgb(18,3,129); }

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

background-color css

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

 a { background-color: rgb(18,3,129); }

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

border-color css

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

 span { border-color: rgb(18,3,129); }

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