#122A73

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

Shades of Sapphire #122A73

Tints of Sapphire #122A73

Color information

#122A73 (or 0x122A73) is unknown color: approx Sapphire. HEX triplet: 12, 2A and 73. RGB value is (18,42,115). Sum of RGB (Red+Green+Blue) = 18+42+115=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #122A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A73 is #EDD58C. Grayscale: #2A2A2A. Windows color (decimal): -15586701 or 7547410. OLE color: 7547410.

HSL color Cylindrical-coordinate representation of color #122A73: hue angle of 225.15º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122A73 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1842115-
CMYK0.840.6300.55
HSL225.15º72.93%26.08%-
HSV(B)225.15º84.35%45.1%-
XYZ4.173.0216.58-
YUV43.15168.55110.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=10.29%
G=24%
B=65.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18421150.840.6300.55225.1572.9326.08
Hex122A73543F037e1491a
Octal22521631247706734111132
Binary1001010101011100111010100111111011011111100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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