Html Css Color HEX #121993 Ultramarine

📋 copy color: '#121993'

red 18 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #121993

Tints of Ultramarine #121993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 9.47%
G = 13.16%
B = 77.37%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121993 (or 0x121993) is known color: Ultramarine. HEX triplet: 12, 19 and 93. RGB value is (18,25,147). Sum of RGB (Red+Green+Blue) = 18+25+147=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #121993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121993 is #EDE66C. Grayscale: #242424. Windows color (decimal): -15591021 or 9640210. OLE color: 9640210.

HSL color Cylindrical-coordinate representation of color #121993: hue angle of 236.74º 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 #121993 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 25 147 -
CMYK 0.88 0.83 0 0.42
HSL 236.74º 0.78% 0.32% -
HSV(B) 236.74º 0.88% 0.58% -
XYZ 5.86 2.93 27.86 -
YUV 36.82 190.18 114.58 -
System Red Green Blue C M Y K H S L
Decimal 18 25 147 0.88 0.83 0 0.42 236.74 0.78 0.32
Hex 12 19 93 58 53 0 2A ED 4E 20
Octal 22 31 223 130 123 0 52 355 116 40
Binary 10010 11001 10010011 1011000 1010011 0 101010 11101101 1001110 100000

Color Harmonies of #121993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121993

Black with #121993

Text Example


Text Example

White with #121993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121993; }

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

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

background-color css

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

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

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

border-color css

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

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

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