Html Css Color HEX #121587 Ultramarine

📋 copy color: '#121587'

red 18 ◦ green 21 ◦ blue 135

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

Shades of Ultramarine #121587

Tints of Ultramarine #121587

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 10.34%
G = 12.07%
B = 77.59%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#121587 (or 0x121587) is known color: Ultramarine. HEX triplet: 12, 15 and 87. RGB value is (18,21,135). Sum of RGB (Red+Green+Blue) = 18+21+135=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 135 (53.12% from 255 or 77.59% from 174); Max value from RGB is 135 - color contains mainly: blue. Hex color #121587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121587 is #EDEA78. Grayscale: #202020. Windows color (decimal): -15592057 or 8852754. OLE color: 8852754.

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

Color convert

RGB 18 21 135 -
CMYK 0.87 0.84 0 0.47
HSL 238.46º 0.76% 0.3% -
HSV(B) 238.46º 0.87% 0.53% -
XYZ 4.89 2.41 23.13 -
YUV 33.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 18 21 135 0.87 0.84 0 0.47 238.46 0.76 0.3
Hex 12 15 87 57 54 0 2F EE 4C 1E
Octal 22 25 207 127 124 0 57 356 114 36
Binary 10010 10101 10000111 1010111 1010100 0 101111 11101110 1001100 11110

Color Harmonies of #121587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121587

Black with #121587

Text Example


Text Example

White with #121587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121587; }

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

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

background-color css

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

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

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

border-color css

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

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

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