#122D5C

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

Shades of Sapphire #122D5C

Tints of Sapphire #122D5C

Color information

#122D5C (or 0x122D5C) is unknown color: approx Sapphire. HEX triplet: 12, 2D and 5C. RGB value is (18,45,92). Sum of RGB (Red+Green+Blue) = 18+45+92=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #122D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D5C is #EDD2A3. Grayscale: #2A2A2A. Windows color (decimal): -15585956 or 6040850. OLE color: 6040850.

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

Color convert

RGB184592-
CMYK0.800.5100.64
HSL218.11º67.27%21.57%-
HSV(B)218.11º80.43%36.08%-
XYZ3.122.7810.5-
YUV42.28156.05110.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 92 (36.33% from 255) = 59.35%
R=11.61%
G=29.03%
B=59.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1845920.800.5100.64218.1167.2721.57
Hex122D5C5033040da4316
Octal225513412063010033210326
Binary10010101101101110010100001100110100000011011010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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