Html Css Color HEX #121999 Ultramarine

📋 copy color: '#121999'

red 18 ◦ green 25 ◦ blue 153

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

Shades of Ultramarine #121999

Tints of Ultramarine #121999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 78.06%

R = 9.18%
G = 12.76%
B = 78.06%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#121999 (or 0x121999) is known color: Ultramarine. HEX triplet: 12, 19 and 99. RGB value is (18,25,153). Sum of RGB (Red+Green+Blue) = 18+25+153=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #121999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121999 is #EDE666. Grayscale: #242424. Windows color (decimal): -15591015 or 10033426. OLE color: 10033426.

HSL color Cylindrical-coordinate representation of color #121999: hue angle of 236.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121999 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 25 153 -
CMYK 0.88 0.84 0 0.4
HSL 236.89º 0.79% 0.34% -
HSV(B) 236.89º 0.88% 0.6% -
XYZ 6.35 3.12 30.41 -
YUV 37.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 18 25 153 0.88 0.84 0 0.4 236.89 0.79 0.34
Hex 12 19 99 58 54 0 28 ED 4F 22
Octal 22 31 231 130 124 0 50 355 117 42
Binary 10010 11001 10011001 1011000 1010100 0 101000 11101101 1001111 100010

Color Harmonies of #121999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121999

Black with #121999

Text Example


Text Example

White with #121999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121999; }

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

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

background-color css

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

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

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

border-color css

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

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

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