#122453

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

Shades of Sapphire #122453

Tints of Sapphire #122453

Color information

#122453 (or 0x122453) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 53. RGB value is (18,36,83). Sum of RGB (Red+Green+Blue) = 18+36+83=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #122453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122453 is #EDDBAC. Grayscale: #232323. Windows color (decimal): -15588269 or 5448722. OLE color: 5448722.

HSL color Cylindrical-coordinate representation of color #122453: hue angle of 223.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122453 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB183683-
CMYK0.780.5700.67
HSL223.38º64.36%19.8%-
HSV(B)223.38º78.31%32.55%-
XYZ2.442.018.44-
YUV35.98154.54115.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=13.14%
G=26.28%
B=60.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1836830.780.5700.67223.3864.3619.8
Hex1224534E39043df4014
Octal224412311671010333710024
Binary10010100100101001110011101110010100001111011111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122453; }

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

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

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

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

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

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

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

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