#122C6F

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

Shades of Sapphire #122C6F

Tints of Sapphire #122C6F

Color information

#122C6F (or 0x122C6F) is unknown color: approx Sapphire. HEX triplet: 12, 2C and 6F. RGB value is (18,44,111). Sum of RGB (Red+Green+Blue) = 18+44+111=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #122C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C6F is #EDD390. Grayscale: #2B2B2B. Windows color (decimal): -15586193 or 7285778. OLE color: 7285778.

HSL color Cylindrical-coordinate representation of color #122C6F: hue angle of 223.23º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122C6F is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1844111-
CMYK0.840.6000.56
HSL223.23º72.09%25.29%-
HSV(B)223.23º83.78%43.53%-
XYZ4.023.0815.42-
YUV43.86165.89109.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 44 (17.58% from 255) = 25.43%
BLUE value IS 111 (43.75% from 255) = 64.16%
R=10.40%
G=25.43%
B=64.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18441110.840.6000.56223.2372.0925.29
Hex122C6F543C038df4819
Octal22541571247407033711031
Binary1001010110011011111010100111100011100011011111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,44,111); }

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

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

 a { background-color: rgb(18,44,111); }

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

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

 span { border-color: rgb(18,44,111); }

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