#122A5D

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

Shades of Sapphire #122A5D

Tints of Sapphire #122A5D

Color information

#122A5D (or 0x122A5D) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 5D. RGB value is (18,42,93). Sum of RGB (Red+Green+Blue) = 18+42+93=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #122A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A5D is #EDD5A2. Grayscale: #282828. Windows color (decimal): -15586723 or 6105618. OLE color: 6105618.

HSL color Cylindrical-coordinate representation of color #122A5D: hue angle of 220.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122A5D is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB184293-
CMYK0.810.5500.64
HSL220.8º67.57%21.76%-
HSV(B)220.8º80.65%36.47%-
XYZ3.052.5710.69-
YUV40.64157.55111.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=11.76%
G=27.45%
B=60.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1842930.810.5500.64220.867.5721.76
Hex122A5D5137040dd4416
Octal225213512167010033510426
Binary10010101010101110110100011101110100000011011101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,42,93); }

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

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

 a { background-color: rgb(18,42,93); }

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

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

 span { border-color: rgb(18,42,93); }

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