#122152

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

Shades of Sapphire #122152

Tints of Sapphire #122152

Color information

#122152 (or 0x122152) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 52. RGB value is (18,33,82). Sum of RGB (Red+Green+Blue) = 18+33+82=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #122152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122152 is #EDDEAD. Grayscale: #212121. Windows color (decimal): -15589038 or 5382418. OLE color: 5382418.

HSL color Cylindrical-coordinate representation of color #122152: hue angle of 225.94º 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 #122152 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB183382-
CMYK0.780.6000.68
HSL225.94º64%19.61%-
HSV(B)225.94º78.05%32.16%-
XYZ2.321.838.21-
YUV34.1155.03116.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 82 (32.42% from 255) = 61.65%
R=13.53%
G=24.81%
B=61.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1833820.780.6000.68225.946419.61
Hex1221524E3C044e24014
Octal224112211674010434210024
Binary10010100001101001010011101111000100010011100010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122152; }

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

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

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

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

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

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

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

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