Html Css Color HEX #121697 Ultramarine

📋 copy color: '#121697'

red 18 ◦ green 22 ◦ blue 151

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

Shades of Ultramarine #121697

Tints of Ultramarine #121697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 79.06%

R = 9.42%
G = 11.52%
B = 79.06%

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

#121697 (or 0x121697) is known color: Ultramarine. HEX triplet: 12, 16 and 97. RGB value is (18,22,151). Sum of RGB (Red+Green+Blue) = 18+22+151=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #121697 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121697 is #EDE968. Grayscale: #222222. Windows color (decimal): -15591785 or 9901586. OLE color: 9901586.

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

Color convert

RGB 18 22 151 -
CMYK 0.88 0.85 0 0.41
HSL 238.2º 0.79% 0.33% -
HSV(B) 238.2º 0.88% 0.59% -
XYZ 6.12 2.94 29.52 -
YUV 35.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 18 22 151 0.88 0.85 0 0.41 238.2 0.79 0.33
Hex 12 16 97 58 55 0 29 EE 4F 21
Octal 22 26 227 130 125 0 51 356 117 41
Binary 10010 10110 10010111 1011000 1010101 0 101001 11101110 1001111 100001

Color Harmonies of #121697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121697

Black with #121697

Text Example


Text Example

White with #121697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121697; }

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

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

background-color css

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

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

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

border-color css

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

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

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