#123078

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

Shades of Sapphire #123078

Tints of Sapphire #123078

Color information

#123078 (or 0x123078) is unknown color: approx Sapphire. HEX triplet: 12, 30 and 78. RGB value is (18,48,120). Sum of RGB (Red+Green+Blue) = 18+48+120=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #123078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123078 is #EDCF87. Grayscale: #2E2E2E. Windows color (decimal): -15585160 or 7876626. OLE color: 7876626.

HSL color Cylindrical-coordinate representation of color #123078: hue angle of 222.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123078 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1848120-
CMYK0.850.6000.53
HSL222.35º73.91%27.06%-
HSV(B)222.35º85%47.06%-
XYZ4.73.618.22-
YUV47.24169.06107.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 120 (47.27% from 255) = 64.52%
R=9.68%
G=25.81%
B=64.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18481200.850.6000.53222.3573.9127.06
Hex123078553C035de4a1b
Octal22601701257406533611233
Binary1001011000011110001010101111100011010111011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123078; }

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

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

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

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

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

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

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

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