#121D5C

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

Shades of Sapphire #121D5C

Tints of Sapphire #121D5C

Color information

#121D5C (or 0x121D5C) is unknown color: approx Sapphire. HEX triplet: 12, 1D and 5C. RGB value is (18,29,92). Sum of RGB (Red+Green+Blue) = 18+29+92=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #121D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D5C is #EDE2A3. Grayscale: #202020. Windows color (decimal): -15590052 or 6036754. OLE color: 6036754.

HSL color Cylindrical-coordinate representation of color #121D5C: hue angle of 231.08º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121D5C is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182992-
CMYK0.800.6800.64
HSL231.08º67.27%21.57%-
HSV(B)231.08º80.43%36.08%-
XYZ2.621.7810.33-
YUV32.89161.36117.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 92 (36.33% from 255) = 66.19%
R=12.95%
G=20.86%
B=66.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1829920.800.6800.64231.0867.2721.57
Hex121D5C5044040e74316
Octal2235134120104010034710326
Binary10010111011011100101000010001000100000011100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,29,92); }

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

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

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

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

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

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

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