#123062

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

Shades of Sapphire #123062

Tints of Sapphire #123062

Color information

#123062 (or 0x123062) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 62. RGB value is (18,48,98). Sum of RGB (Red+Green+Blue) = 18+48+98=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #123062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123062 is #EDCF9D. Grayscale: #2C2C2C. Windows color (decimal): -15585182 or 6434834. OLE color: 6434834.

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

Color convert

RGB184898-
CMYK0.820.5100.62
HSL217.5º68.97%22.75%-
HSV(B)217.5º81.63%38.43%-
XYZ3.513.1211.97-
YUV44.73158.06108.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=10.98%
G=29.27%
B=59.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1848980.820.5100.62217.568.9722.75
Hex123062523303Eda4517
Octal22601421226307633210527
Binary1001011000011000101010010110011011111011011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123062; }

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

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

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

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

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

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

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

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