#122950

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

Shades of Sapphire #122950

Tints of Sapphire #122950

Color information

#122950 (or 0x122950) is unknown color: approx Sapphire. HEX triplet: 12, 29 and 50. RGB value is (18,41,80). Sum of RGB (Red+Green+Blue) = 18+41+80=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #122950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122950 is #EDD6AF. Grayscale: #262626. Windows color (decimal): -15586992 or 5253394. OLE color: 5253394.

HSL color Cylindrical-coordinate representation of color #122950: hue angle of 217.74º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122950 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB184180-
CMYK0.780.4900.69
HSL217.74º63.27%19.22%-
HSV(B)217.74º77.5%31.37%-
XYZ2.492.297.9-
YUV38.57151.38113.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=12.95%
G=29.50%
B=57.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1841800.780.4900.69217.7463.2719.22
Hex1229504E31045da3f13
Octal22511201166101053327723
Binary1001010100110100001001110110001010001011101101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122950; }

 p { color: rgb(18,41,80); }

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

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

 a { background-color: rgb(18,41,80); }

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

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

 span { border-color: rgb(18,41,80); }

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