#121D56

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

Shades of Sapphire #121D56

Tints of Sapphire #121D56

Color information

#121D56 (or 0x121D56) is unknown color: approx Sapphire. HEX triplet: 12, 1D and 56. RGB value is (18,29,86). Sum of RGB (Red+Green+Blue) = 18+29+86=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #121D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D56 is #EDE2A9. Grayscale: #1F1F1F. Windows color (decimal): -15590058 or 5643538. OLE color: 5643538.

HSL color Cylindrical-coordinate representation of color #121D56: hue angle of 230.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121D56 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB182986-
CMYK0.790.6600.66
HSL230.29º65.38%20.39%-
HSV(B)230.29º79.07%33.73%-
XYZ2.371.689-
YUV32.21158.36117.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 86 (33.98% from 255) = 64.66%
R=13.53%
G=21.80%
B=64.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1829860.790.6600.66230.2965.3820.39
Hex121D564F42042e64114
Octal2235126117102010234610124
Binary10010111011010110100111110000100100001011100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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