#122665

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

Shades of Sapphire #122665

Tints of Sapphire #122665

Color information

#122665 (or 0x122665) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 65. RGB value is (18,38,101). Sum of RGB (Red+Green+Blue) = 18+38+101=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #122665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122665 is #EDD99A. Grayscale: #262626. Windows color (decimal): -15587739 or 6628882. OLE color: 6628882.

HSL color Cylindrical-coordinate representation of color #122665: hue angle of 225.54º 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 #122665 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1838101-
CMYK0.820.6200.60
HSL225.54º69.75%23.33%-
HSV(B)225.54º82.18%39.61%-
XYZ3.292.4512.61-
YUV39.2162.87112.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 101 (39.84% from 255) = 64.33%
R=11.46%
G=24.20%
B=64.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18381010.820.6200.60225.5469.7523.33
Hex122665523E03Ce24617
Octal22461451227607434210627
Binary1001010011011001011010010111110011110011100010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122665; }

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

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

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

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

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

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

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

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