#122362

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

Shades of Sapphire #122362

Tints of Sapphire #122362

Color information

#122362 (or 0x122362) is unknown color: approx Sapphire. HEX triplet: 12, 23 and 62. RGB value is (18,35,98). Sum of RGB (Red+Green+Blue) = 18+35+98=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #122362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122362 is #EDDC9D. Grayscale: #242424. Windows color (decimal): -15588510 or 6431506. OLE color: 6431506.

HSL color Cylindrical-coordinate representation of color #122362: hue angle of 227.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122362 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB183598-
CMYK0.820.6400.62
HSL227.25º68.97%22.75%-
HSV(B)227.25º81.63%38.43%-
XYZ3.062.2111.82-
YUV37.1162.37114.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=11.92%
G=23.18%
B=64.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1835980.820.6400.62227.2568.9722.75
Hex122362524003Ee34517
Octal224314212210007634310527
Binary10010100011110001010100101000000011111011100011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122362; }

 p { color: rgb(18,35,98); }

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

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

 a { background-color: rgb(18,35,98); }

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

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

 span { border-color: rgb(18,35,98); }

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