Html Css Color HEX #121696 Ultramarine

📋 copy color: '#121696'

red 18 ◦ green 22 ◦ blue 150

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

Shades of Ultramarine #121696

Tints of Ultramarine #121696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 9.47%
G = 11.58%
B = 78.95%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#121696 (or 0x121696) is known color: Ultramarine. HEX triplet: 12, 16 and 96. RGB value is (18,22,150). Sum of RGB (Red+Green+Blue) = 18+22+150=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #121696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121696 is #EDE969. Grayscale: #222222. Windows color (decimal): -15591786 or 9836050. OLE color: 9836050.

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

Color convert

RGB 18 22 150 -
CMYK 0.88 0.85 0 0.41
HSL 238.18º 0.79% 0.33% -
HSV(B) 238.18º 0.88% 0.59% -
XYZ 6.04 2.9 29.1 -
YUV 35.4 192.67 115.59 -
System Red Green Blue C M Y K H S L
Decimal 18 22 150 0.88 0.85 0 0.41 238.18 0.79 0.33
Hex 12 16 96 58 55 0 29 EE 4F 21
Octal 22 26 226 130 125 0 51 356 117 41
Binary 10010 10110 10010110 1011000 1010101 0 101001 11101110 1001111 100001

Color Harmonies of #121696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121696

Black with #121696

Text Example


Text Example

White with #121696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121696; }

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

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

background-color css

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

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

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

border-color css

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

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

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