#122752

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

Shades of Sapphire #122752

Tints of Sapphire #122752

Color information

#122752 (or 0x122752) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 52. RGB value is (18,39,82). Sum of RGB (Red+Green+Blue) = 18+39+82=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #122752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122752 is #EDD8AD. Grayscale: #252525. Windows color (decimal): -15587502 or 5383954. OLE color: 5383954.

HSL color Cylindrical-coordinate representation of color #122752: hue angle of 220.31º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122752 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB183982-
CMYK0.780.5200.68
HSL220.31º64%19.61%-
HSV(B)220.31º78.05%32.16%-
XYZ2.52.198.27-
YUV37.62153.04114-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 82 (32.42% from 255) = 58.99%
R=12.95%
G=28.06%
B=58.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1839820.780.5200.68220.316419.61
Hex1227524E34044dc4014
Octal224712211664010433410024
Binary10010100111101001010011101101000100010011011100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122752; }

 p { color: rgb(18,39,82); }

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

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

 a { background-color: rgb(18,39,82); }

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

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

 span { border-color: rgb(18,39,82); }

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