#121C5C

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

Shades of Sapphire #121C5C

Tints of Sapphire #121C5C

Color information

#121C5C (or 0x121C5C) is unknown color: approx Sapphire. HEX triplet: 12, 1C and 5C. RGB value is (18,28,92). Sum of RGB (Red+Green+Blue) = 18+28+92=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #121C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C5C is #EDE3A3. Grayscale: #202020. Windows color (decimal): -15590308 or 6036498. OLE color: 6036498.

HSL color Cylindrical-coordinate representation of color #121C5C: hue angle of 231.89º 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 #121C5C is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB182892-
CMYK0.800.7000.64
HSL231.89º67.27%21.57%-
HSV(B)231.89º80.43%36.08%-
XYZ2.61.7310.32-
YUV32.31161.69117.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 92 (36.33% from 255) = 66.67%
R=13.04%
G=20.29%
B=66.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1828920.800.7000.64231.8967.2721.57
Hex121C5C5046040e84316
Octal2234134120106010035010326
Binary10010111001011100101000010001100100000011101000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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