#122672

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

Shades of Sapphire #122672

Tints of Sapphire #122672

Color information

#122672 (or 0x122672) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 72. RGB value is (18,38,114). Sum of RGB (Red+Green+Blue) = 18+38+114=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #122672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122672 is #EDD98D. Grayscale: #282828. Windows color (decimal): -15587726 or 7480850. OLE color: 7480850.

HSL color Cylindrical-coordinate representation of color #122672: hue angle of 227.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122672 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1838114-
CMYK0.840.6700.55
HSL227.5º72.73%25.88%-
HSV(B)227.5º84.21%44.71%-
XYZ3.982.7316.24-
YUV40.68169.37111.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 114 (44.92% from 255) = 67.06%
R=10.59%
G=22.35%
B=67.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18381140.840.6700.55227.572.7325.88
Hex1226725443037e4491a
Octal224616212410306734411132
Binary10010100110111001010101001000011011011111100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122672; }

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

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

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

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

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

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

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

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