Html Css Color HEX #121A86 Ultramarine

📋 copy color: '#121A86'

red 18 ◦ green 26 ◦ blue 134

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

Shades of Ultramarine #121A86

Tints of Ultramarine #121A86

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.61%

 BLUE value IS 134 (52.73% from 255) = 75.28%

R = 10.11%
G = 14.61%
B = 75.28%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#121A86 (or 0x121A86) is known color: Ultramarine. HEX triplet: 12, 1A and 86. RGB value is (18,26,134). Sum of RGB (Red+Green+Blue) = 18+26+134=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 134 (52.73% from 255 or 75.28% from 178); Max value from RGB is 134 - color contains mainly: blue. Hex color #121A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A86 is #EDE579. Grayscale: #232323. Windows color (decimal): -15590778 or 8788498. OLE color: 8788498.

HSL color Cylindrical-coordinate representation of color #121A86: hue angle of 235.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121A86 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 26 134 -
CMYK 0.87 0.81 0 0.47
HSL 235.86º 0.76% 0.3% -
HSV(B) 235.86º 0.87% 0.53% -
XYZ 4.92 2.59 22.79 -
YUV 35.92 183.35 115.22 -
System Red Green Blue C M Y K H S L
Decimal 18 26 134 0.87 0.81 0 0.47 235.86 0.76 0.3
Hex 12 1A 86 57 51 0 2F EC 4C 1E
Octal 22 32 206 127 121 0 57 354 114 36
Binary 10010 11010 10000110 1010111 1010001 0 101111 11101100 1001100 11110

Color Harmonies of #121A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A86

Black with #121A86

Text Example


Text Example

White with #121A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A86; }

 p { color: rgb(18,26,134); }

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

background-color css

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

 a { background-color: rgb(18,26,134); }

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

border-color css

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

 span { border-color: rgb(18,26,134); }

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