Html Css Color HEX #121287 Ultramarine

📋 copy color: '#121287'

red 18 ◦ green 18 ◦ blue 135

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

Shades of Ultramarine #121287

Tints of Ultramarine #121287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

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

R = 10.53%
G = 10.53%
B = 78.95%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#121287 (or 0x121287) is known color: Ultramarine. HEX triplet: 12, 12 and 87. RGB value is (18,18,135). Sum of RGB (Red+Green+Blue) = 18+18+135=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #121287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121287 is #EDED78. Grayscale: #1E1E1E. Windows color (decimal): -15592825 or 8851986. OLE color: 8851986.

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

Color convert

RGB 18 18 135 -
CMYK 0.87 0.87 0 0.47
HSL 240º 0.76% 0.3% -
HSV(B) 240º 0.87% 0.53% -
XYZ 4.84 2.31 23.11 -
YUV 31.34 186.5 118.49 -
System Red Green Blue C M Y K H S L
Decimal 18 18 135 0.87 0.87 0 0.47 240 0.76 0.3
Hex 12 12 87 57 57 0 2F F0 4C 1E
Octal 22 22 207 127 127 0 57 360 114 36
Binary 10010 10010 10000111 1010111 1010111 0 101111 11110000 1001100 11110

Color Harmonies of #121287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121287

Black with #121287

Text Example


Text Example

White with #121287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121287; }

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

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

background-color css

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

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

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

border-color css

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

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

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