#122678

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

Shades of Sapphire #122678

Tints of Sapphire #122678

Color information

#122678 (or 0x122678) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 78. RGB value is (18,38,120). Sum of RGB (Red+Green+Blue) = 18+38+120=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #122678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122678 is #EDD987. Grayscale: #292929. Windows color (decimal): -15587720 or 7874066. OLE color: 7874066.

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

Color convert

RGB1838120-
CMYK0.850.6800.53
HSL228.24º73.91%27.06%-
HSV(B)228.24º85%47.06%-
XYZ4.332.8718.1-
YUV41.37172.37111.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 120 (47.27% from 255) = 68.18%
R=10.23%
G=21.59%
B=68.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18381200.850.6800.53228.2473.9127.06
Hex1226785544035e44a1b
Octal224617012510406534411233
Binary10010100110111100010101011000100011010111100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122678; }

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

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

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

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

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

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

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

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