#121A55

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

Shades of Sapphire #121A55

Tints of Sapphire #121A55

Color information

#121A55 (or 0x121A55) is unknown color: approx Sapphire. HEX triplet: 12, 1A and 55. RGB value is (18,26,85). Sum of RGB (Red+Green+Blue) = 18+26+85=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #121A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A55 is #EDE5AA. Grayscale: #1E1E1E. Windows color (decimal): -15590827 or 5577234. OLE color: 5577234.

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

Color convert

RGB182685-
CMYK0.790.6900.67
HSL232.84º65.05%20.2%-
HSV(B)232.84º78.82%33.33%-
XYZ2.261.528.77-
YUV30.33158.85119.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 85 (33.59% from 255) = 65.89%
R=13.95%
G=20.16%
B=65.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1826850.790.6900.67232.8465.0520.2
Hex121A554F45043e94114
Octal2232125117105010335110124
Binary10010110101010101100111110001010100001111101001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,85); }

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

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

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

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

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

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

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