#121585

Color #121585 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #121585

Tints of Ultramarine #121585

Color information

#121585 (or 0x121585) is unknown color: approx Ultramarine. HEX triplet: 12, 15 and 85. RGB value is (18,21,133). Sum of RGB (Red+Green+Blue) = 18+21+133=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #121585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121585 is #EDEA7A. Grayscale: #202020. Windows color (decimal): -15592059 or 8721682. OLE color: 8721682.

HSL color Cylindrical-coordinate representation of color #121585: hue angle of 238.43º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121585 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1821133-
CMYK0.860.8400.48
HSL238.43º76.16%29.61%-
HSV(B)238.43º86.47%52.16%-
XYZ4.752.3622.4-
YUV32.87184.51117.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 133 (52.34% from 255) = 77.33%
R=10.47%
G=12.21%
B=77.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18211330.860.8400.48238.4376.1629.61
Hex1215855654030ee4c1e
Octal222520512612406035611436
Binary10010101011000010110101101010100011000011101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121585; }

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

 H1.HeaderClassName
 {
   color: #121585;
 }
 .AnyTagClassName
 {
   color: #121585;
 }
</style>
background-color css

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

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

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

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

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

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