Html Css Color HEX #121996 Ultramarine

📋 copy color: '#121996'

red 18 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #121996

Tints of Ultramarine #121996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 77.72%

R = 9.33%
G = 12.95%
B = 77.72%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#121996 (or 0x121996) is known color: Ultramarine. HEX triplet: 12, 19 and 96. RGB value is (18,25,150). Sum of RGB (Red+Green+Blue) = 18+25+150=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #121996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121996 is #EDE669. Grayscale: #242424. Windows color (decimal): -15591018 or 9836818. OLE color: 9836818.

HSL color Cylindrical-coordinate representation of color #121996: hue angle of 236.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121996 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 25 150 -
CMYK 0.88 0.83 0 0.41
HSL 236.82º 0.79% 0.33% -
HSV(B) 236.82º 0.88% 0.59% -
XYZ 6.1 3.03 29.12 -
YUV 37.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 18 25 150 0.88 0.83 0 0.41 236.82 0.79 0.33
Hex 12 19 96 58 53 0 29 ED 4F 21
Octal 22 31 226 130 123 0 51 355 117 41
Binary 10010 11001 10010110 1011000 1010011 0 101001 11101101 1001111 100001

Color Harmonies of #121996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121996

Black with #121996

Text Example


Text Example

White with #121996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121996; }

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

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

background-color css

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

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

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

border-color css

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

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

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