#122465

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

Shades of Sapphire #122465

Tints of Sapphire #122465

Color information

#122465 (or 0x122465) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 65. RGB value is (18,36,101). Sum of RGB (Red+Green+Blue) = 18+36+101=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #122465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122465 is #EDDB9A. Grayscale: #252525. Windows color (decimal): -15588251 or 6628370. OLE color: 6628370.

HSL color Cylindrical-coordinate representation of color #122465: hue angle of 226.99º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122465 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1836101-
CMYK0.820.6400.60
HSL226.99º69.75%23.33%-
HSV(B)226.99º82.18%39.61%-
XYZ3.232.3312.59-
YUV38.03163.54113.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 101 (39.84% from 255) = 65.16%
R=11.61%
G=23.23%
B=65.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18361010.820.6400.60226.9969.7523.33
Hex122465524003Ce34617
Octal224414512210007434310627
Binary10010100100110010110100101000000011110011100011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122465; }

 p { color: rgb(18,36,101); }

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

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

 a { background-color: rgb(18,36,101); }

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

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

 span { border-color: rgb(18,36,101); }

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