#122A5A

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

Shades of Sapphire #122A5A

Tints of Sapphire #122A5A

Color information

#122A5A (or 0x122A5A) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 5A. RGB value is (18,42,90). Sum of RGB (Red+Green+Blue) = 18+42+90=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #122A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A5A is #EDD5A5. Grayscale: #282828. Windows color (decimal): -15586726 or 5909010. OLE color: 5909010.

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

Color convert

RGB184290-
CMYK0.800.5300.65
HSL220º66.67%21.18%-
HSV(B)220º80%35.29%-
XYZ2.922.5210.01-
YUV40.3156.05112.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 42 (16.80% from 255) = 28%
BLUE value IS 90 (35.55% from 255) = 60%
R=12%
G=28%
B=60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1842900.800.5300.6522066.6721.18
Hex122A5A5035041dc4315
Octal225213212065010133410325
Binary10010101010101101010100001101010100000111011100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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