#122B5A

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

Shades of Sapphire #122B5A

Tints of Sapphire #122B5A

Color information

#122B5A (or 0x122B5A) is unknown color: approx Sapphire. HEX triplet: 12, 2B and 5A. RGB value is (18,43,90). Sum of RGB (Red+Green+Blue) = 18+43+90=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #122B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B5A is #EDD4A5. Grayscale: #282828. Windows color (decimal): -15586470 or 5909266. OLE color: 5909266.

HSL color Cylindrical-coordinate representation of color #122B5A: hue angle of 219.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122B5A is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB184390-
CMYK0.800.5200.65
HSL219.17º66.67%21.18%-
HSV(B)219.17º80%35.29%-
XYZ2.962.5910.02-
YUV40.88155.72111.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=11.92%
G=28.48%
B=59.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1843900.800.5200.65219.1766.6721.18
Hex122B5A5034041db4315
Octal225313212064010133310325
Binary10010101011101101010100001101000100000111011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,43,90); }

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

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

 a { background-color: rgb(18,43,90); }

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

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

 span { border-color: rgb(18,43,90); }

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