#122F5C

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

Shades of Sapphire #122F5C

Tints of Sapphire #122F5C

Color information

#122F5C (or 0x122F5C) is unknown color: approx Sapphire. HEX triplet: 12, 2F and 5C. RGB value is (18,47,92). Sum of RGB (Red+Green+Blue) = 18+47+92=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #122F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F5C is #EDD0A3. Grayscale: #2B2B2B. Windows color (decimal): -15585444 or 6041362. OLE color: 6041362.

HSL color Cylindrical-coordinate representation of color #122F5C: hue angle of 216.49º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122F5C is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB184792-
CMYK0.800.4900.64
HSL216.49º67.27%21.57%-
HSV(B)216.49º80.43%36.08%-
XYZ3.22.9310.52-
YUV43.46155.39109.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 92 (36.33% from 255) = 58.60%
R=11.46%
G=29.94%
B=58.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1847920.800.4900.64216.4967.2721.57
Hex122F5C5031040d84316
Octal225713412061010033010326
Binary10010101111101110010100001100010100000011011000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,47,92); }

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

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

 a { background-color: rgb(18,47,92); }

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

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

 span { border-color: rgb(18,47,92); }

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