#123162

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

Shades of Sapphire #123162

Tints of Sapphire #123162

Color information

#123162 (or 0x123162) is unknown color: approx Sapphire. HEX triplet: 12, 31 and 62. RGB value is (18,49,98). Sum of RGB (Red+Green+Blue) = 18+49+98=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #123162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123162 is #EDCE9D. Grayscale: #2D2D2D. Windows color (decimal): -15584926 or 6435090. OLE color: 6435090.

HSL color Cylindrical-coordinate representation of color #123162: hue angle of 216.75º 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 #123162 is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB184998-
CMYK0.820.500.62
HSL216.75º68.97%22.75%-
HSV(B)216.75º81.63%38.43%-
XYZ3.553.2111.99-
YUV45.32157.73108.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=10.91%
G=29.70%
B=59.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1849980.820.500.62216.7568.9722.75
Hex123162523203Ed94517
Octal22611421226207633110527
Binary1001011000111000101010010110010011111011011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123162; }

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

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

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

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

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

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

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

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