Html Css Color HEX #121987 Ultramarine

📋 copy color: '#121987'

red 18 ◦ green 25 ◦ blue 135

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

Shades of Ultramarine #121987

Tints of Ultramarine #121987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 75.84%

R = 10.11%
G = 14.04%
B = 75.84%

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

#121987 (or 0x121987) is known color: Ultramarine. HEX triplet: 12, 19 and 87. RGB value is (18,25,135). Sum of RGB (Red+Green+Blue) = 18+25+135=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 135 (53.12% from 255 or 75.84% from 178); Max value from RGB is 135 - color contains mainly: blue. Hex color #121987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121987 is #EDE678. Grayscale: #232323. Windows color (decimal): -15591033 or 8853778. OLE color: 8853778.

HSL color Cylindrical-coordinate representation of color #121987: hue angle of 236.41º 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 #121987 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 25 135 -
CMYK 0.87 0.81 0 0.47
HSL 236.41º 0.76% 0.3% -
HSV(B) 236.41º 0.87% 0.53% -
XYZ 4.97 2.57 23.16 -
YUV 35.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 18 25 135 0.87 0.81 0 0.47 236.41 0.76 0.3
Hex 12 19 87 57 51 0 2F EC 4C 1E
Octal 22 31 207 127 121 0 57 354 114 36
Binary 10010 11001 10000111 1010111 1010001 0 101111 11101100 1001100 11110

Color Harmonies of #121987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121987

Black with #121987

Text Example


Text Example

White with #121987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121987; }

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

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

background-color css

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

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

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

border-color css

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

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

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