#122D5B

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

Shades of Sapphire #122D5B

Tints of Sapphire #122D5B

Color information

#122D5B (or 0x122D5B) is unknown color: approx Sapphire. HEX triplet: 12, 2D and 5B. RGB value is (18,45,91). Sum of RGB (Red+Green+Blue) = 18+45+91=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #122D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D5B is #EDD2A4. Grayscale: #292929. Windows color (decimal): -15585957 or 5975314. OLE color: 5975314.

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

Color convert

RGB184591-
CMYK0.800.5100.64
HSL217.81º66.97%21.37%-
HSV(B)217.81º80.22%35.69%-
XYZ3.082.7610.27-
YUV42.17155.55110.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=11.69%
G=29.22%
B=59.09%

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
Decimal1845910.800.5100.64217.8166.9721.37
Hex122D5B5033040da4315
Octal225513312063010033210325
Binary10010101101101101110100001100110100000011011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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