Html Css Color HEX #121793 Ultramarine

📋 copy color: '#121793'

red 18 ◦ green 23 ◦ blue 147

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

Shades of Ultramarine #121793

Tints of Ultramarine #121793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 147 (57.81% from 255) = 78.19%

R = 9.57%
G = 12.23%
B = 78.19%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121793 (or 0x121793) is known color: Ultramarine. HEX triplet: 12, 17 and 93. RGB value is (18,23,147). Sum of RGB (Red+Green+Blue) = 18+23+147=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #121793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121793 is #EDE86C. Grayscale: #232323. Windows color (decimal): -15591533 or 9639698. OLE color: 9639698.

HSL color Cylindrical-coordinate representation of color #121793: hue angle of 237.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121793 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 23 147 -
CMYK 0.88 0.84 0 0.42
HSL 237.67º 0.78% 0.32% -
HSV(B) 237.67º 0.88% 0.58% -
XYZ 5.82 2.85 27.85 -
YUV 35.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 18 23 147 0.88 0.84 0 0.42 237.67 0.78 0.32
Hex 12 17 93 58 54 0 2A EE 4E 20
Octal 22 27 223 130 124 0 52 356 116 40
Binary 10010 10111 10010011 1011000 1010100 0 101010 11101110 1001110 100000

Color Harmonies of #121793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121793

Black with #121793

Text Example


Text Example

White with #121793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121793; }

 p { color: rgb(18,23,147); }

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

background-color css

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

 a { background-color: rgb(18,23,147); }

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

border-color css

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

 span { border-color: rgb(18,23,147); }

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