#122168

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

Shades of Sapphire #122168

Tints of Sapphire #122168

Color information

#122168 (or 0x122168) is unknown color: approx Sapphire. HEX triplet: 12, 21 and 68. RGB value is (18,33,104). Sum of RGB (Red+Green+Blue) = 18+33+104=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #122168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122168 is #EDDE97. Grayscale: #242424. Windows color (decimal): -15589016 or 6824210. OLE color: 6824210.

HSL color Cylindrical-coordinate representation of color #122168: hue angle of 229.53º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122168 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1833104-
CMYK0.830.6800.59
HSL229.53º70.49%23.92%-
HSV(B)229.53º82.69%40.78%-
XYZ3.292.2213.35-
YUV36.61166.03114.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=11.61%
G=21.29%
B=67.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18331040.830.6800.59229.5370.4923.92
Hex122168534403Be64618
Octal224115012310407334610630
Binary10010100001110100010100111000100011101111100110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122168; }

 p { color: rgb(18,33,104); }

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

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

 a { background-color: rgb(18,33,104); }

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

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

 span { border-color: rgb(18,33,104); }

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