#122A52

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

Shades of Sapphire #122A52

Tints of Sapphire #122A52

Color information

#122A52 (or 0x122A52) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 52. RGB value is (18,42,82). Sum of RGB (Red+Green+Blue) = 18+42+82=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #122A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A52 is #EDD5AD. Grayscale: #272727. Windows color (decimal): -15586734 or 5384722. OLE color: 5384722.

HSL color Cylindrical-coordinate representation of color #122A52: hue angle of 217.5º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122A52 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB184282-
CMYK0.780.4900.68
HSL217.5º64%19.61%-
HSV(B)217.5º78.05%32.16%-
XYZ2.62.398.31-
YUV39.38152.05112.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 82 (32.42% from 255) = 57.75%
R=12.68%
G=29.58%
B=57.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1842820.780.4900.68217.56419.61
Hex122A524E31044da4014
Octal225212211661010433210024
Binary10010101010101001010011101100010100010011011010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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