Html Css Color HEX #121083 Ultramarine

📋 copy color: '#121083'

red 18 ◦ green 16 ◦ blue 131

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

Shades of Ultramarine #121083

Tints of Ultramarine #121083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

 BLUE value IS 131 (51.56% from 255) = 79.39%

R = 10.91%
G = 9.7%
B = 79.39%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#121083 (or 0x121083) is known color: Ultramarine. HEX triplet: 12, 10 and 83. RGB value is (18,16,131). Sum of RGB (Red+Green+Blue) = 18+16+131=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 131 (51.56% from 255 or 79.39% from 165); Max value from RGB is 131 - color contains mainly: blue. Hex color #121083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121083 is #EDEF7C. Grayscale: #1D1D1D. Windows color (decimal): -15593341 or 8589330. OLE color: 8589330.

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

Color convert

RGB 18 16 131 -
CMYK 0.86 0.88 0 0.49
HSL 241.04º 0.78% 0.29% -
HSV(B) 241.04º 0.88% 0.51% -
XYZ 4.53 2.14 21.65 -
YUV 29.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 18 16 131 0.86 0.88 0 0.49 241.04 0.78 0.29
Hex 12 10 83 56 58 0 31 F1 4E 1D
Octal 22 20 203 126 130 0 61 361 116 35
Binary 10010 10000 10000011 1010110 1011000 0 110001 11110001 1001110 11101

Color Harmonies of #121083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121083

Black with #121083

Text Example


Text Example

White with #121083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121083; }

 p { color: rgb(18,16,131); }

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

background-color css

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

 a { background-color: rgb(18,16,131); }

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

border-color css

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

 span { border-color: rgb(18,16,131); }

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