#123278

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

Shades of Sapphire #123278

Tints of Sapphire #123278

Color information

#123278 (or 0x123278) is unknown color: approx Sapphire. HEX triplet: 12, 32 and 78. RGB value is (18,50,120). Sum of RGB (Red+Green+Blue) = 18+50+120=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #123278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123278 is #EDCD87. Grayscale: #303030. Windows color (decimal): -15584648 or 7877138. OLE color: 7877138.

HSL color Cylindrical-coordinate representation of color #123278: hue angle of 221.18º 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 #123278 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1850120-
CMYK0.850.5800.53
HSL221.18º73.91%27.06%-
HSV(B)221.18º85%47.06%-
XYZ4.783.7718.24-
YUV48.41168.4106.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 120 (47.27% from 255) = 63.83%
R=9.57%
G=26.60%
B=63.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18501200.850.5800.53221.1873.9127.06
Hex123278553A035dd4a1b
Octal22621701257206533511233
Binary1001011001011110001010101111010011010111011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123278; }

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

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

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

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

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

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

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

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