#122A58

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

Shades of Sapphire #122A58

Tints of Sapphire #122A58

Color information

#122A58 (or 0x122A58) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 58. RGB value is (18,42,88). Sum of RGB (Red+Green+Blue) = 18+42+88=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #122A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A58 is #EDD5A7. Grayscale: #272727. Windows color (decimal): -15586728 or 5777938. OLE color: 5777938.

HSL color Cylindrical-coordinate representation of color #122A58: hue angle of 219.43º 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 #122A58 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB184288-
CMYK0.800.5200.65
HSL219.43º66.04%20.78%-
HSV(B)219.43º79.55%34.51%-
XYZ2.842.499.56-
YUV40.07155.05112.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 88 (34.77% from 255) = 59.46%
R=12.16%
G=28.38%
B=59.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1842880.800.5200.65219.4366.0420.78
Hex122A585034041db4215
Octal225213012064010133310225
Binary10010101010101100010100001101000100000111011011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122A58; }

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

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

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

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

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

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

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

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