#122852

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

Shades of Sapphire #122852

Tints of Sapphire #122852

Color information

#122852 (or 0x122852) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 52. RGB value is (18,40,82). Sum of RGB (Red+Green+Blue) = 18+40+82=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #122852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122852 is #EDD7AD. Grayscale: #262626. Windows color (decimal): -15587246 or 5384210. OLE color: 5384210.

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

Color convert

RGB184082-
CMYK0.780.5100.68
HSL219.38º64%19.61%-
HSV(B)219.38º78.05%32.16%-
XYZ2.532.268.28-
YUV38.21152.71113.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 40 (16.02% from 255) = 28.57%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=12.86%
G=28.57%
B=58.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1840820.780.5100.68219.386419.61
Hex1228524E33044db4014
Octal225012211663010433310024
Binary10010101000101001010011101100110100010011011011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122852; }

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

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

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

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

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

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

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

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