#122458

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

Shades of Sapphire #122458

Tints of Sapphire #122458

Color information

#122458 (or 0x122458) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 58. RGB value is (18,36,88). Sum of RGB (Red+Green+Blue) = 18+36+88=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #122458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122458 is #EDDBA7. Grayscale: #242424. Windows color (decimal): -15588264 or 5776402. OLE color: 5776402.

HSL color Cylindrical-coordinate representation of color #122458: hue angle of 224.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122458 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB183688-
CMYK0.800.5900.65
HSL224.57º66.04%20.78%-
HSV(B)224.57º79.55%34.51%-
XYZ2.642.099.5-
YUV36.55157.04114.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 88 (34.77% from 255) = 61.97%
R=12.68%
G=25.35%
B=61.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1836880.800.5900.65224.5766.0420.78
Hex122458503B041e14215
Octal224413012073010134110225
Binary10010100100101100010100001110110100000111100001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122458; }

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

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

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

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

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

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

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

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