#122C5A

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

Shades of Sapphire #122C5A

Tints of Sapphire #122C5A

Color information

#122C5A (or 0x122C5A) is unknown color: approx Sapphire. HEX triplet: 12, 2C and 5A. RGB value is (18,44,90). Sum of RGB (Red+Green+Blue) = 18+44+90=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #122C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C5A is #EDD3A5. Grayscale: #292929. Windows color (decimal): -15586214 or 5909522. OLE color: 5909522.

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

Color convert

RGB184490-
CMYK0.800.5100.65
HSL218.33º66.67%21.18%-
HSV(B)218.33º80%35.29%-
XYZ32.6710.03-
YUV41.47155.39111.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=11.84%
G=28.95%
B=59.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1844900.800.5100.65218.3366.6721.18
Hex122C5A5033041da4315
Octal225413212063010133210325
Binary10010101100101101010100001100110100000111011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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