#122B61

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

Shades of Sapphire #122B61

Tints of Sapphire #122B61

Color information

#122B61 (or 0x122B61) is unknown color: approx Sapphire. HEX triplet: 12, 2B and 61. RGB value is (18,43,97). Sum of RGB (Red+Green+Blue) = 18+43+97=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #122B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B61 is #EDD49E. Grayscale: #292929. Windows color (decimal): -15586463 or 6368018. OLE color: 6368018.

HSL color Cylindrical-coordinate representation of color #122B61: hue angle of 221.01º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122B61 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB184397-
CMYK0.810.5600.62
HSL221.01º68.7%22.55%-
HSV(B)221.01º81.44%38.04%-
XYZ3.272.7211.66-
YUV41.68159.22111.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 43 (17.19% from 255) = 27.22%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=11.39%
G=27.22%
B=61.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1843970.810.5600.62221.0168.722.55
Hex122B61513803Edd4517
Octal22531411217007633510527
Binary1001010101111000011010001111000011111011011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,43,97); }

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

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

 a { background-color: rgb(18,43,97); }

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

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

 span { border-color: rgb(18,43,97); }

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