#122679

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

Shades of Sapphire #122679

Tints of Sapphire #122679

Color information

#122679 (or 0x122679) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 79. RGB value is (18,38,121). Sum of RGB (Red+Green+Blue) = 18+38+121=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #122679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122679 is #EDD986. Grayscale: #292929. Windows color (decimal): -15587719 or 7939602. OLE color: 7939602.

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

Color convert

RGB1838121-
CMYK0.850.6900.53
HSL228.35º74.1%27.25%-
HSV(B)228.35º85.12%47.45%-
XYZ4.392.918.42-
YUV41.48172.87111.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 121 (47.66% from 255) = 68.36%
R=10.17%
G=21.47%
B=68.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18381210.850.6900.53228.3574.127.25
Hex1226795545035e44a1b
Octal224617112510506534411233
Binary10010100110111100110101011000101011010111100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122679; }

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

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

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

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

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

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

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

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