Html Css Color HEX #121992 Ultramarine

📋 copy color: '#121992'

red 18 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #121992

Tints of Ultramarine #121992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 77.25%

R = 9.52%
G = 13.23%
B = 77.25%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121992 (or 0x121992) is known color: Ultramarine. HEX triplet: 12, 19 and 92. RGB value is (18,25,146). Sum of RGB (Red+Green+Blue) = 18+25+146=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 146 (57.42% from 255 or 77.25% from 189); Max value from RGB is 146 - color contains mainly: blue. Hex color #121992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121992 is #EDE66D. Grayscale: #242424. Windows color (decimal): -15591022 or 9574674. OLE color: 9574674.

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

Color convert

RGB 18 25 146 -
CMYK 0.88 0.83 0 0.43
HSL 236.72º 0.78% 0.32% -
HSV(B) 236.72º 0.88% 0.57% -
XYZ 5.79 2.9 27.45 -
YUV 36.7 189.68 114.66 -
System Red Green Blue C M Y K H S L
Decimal 18 25 146 0.88 0.83 0 0.43 236.72 0.78 0.32
Hex 12 19 92 58 53 0 2B ED 4E 20
Octal 22 31 222 130 123 0 53 355 116 40
Binary 10010 11001 10010010 1011000 1010011 0 101011 11101101 1001110 100000

Color Harmonies of #121992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121992

Black with #121992

Text Example


Text Example

White with #121992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121992; }

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

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

background-color css

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

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

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

border-color css

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

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

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