#122D6F

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

Shades of Sapphire #122D6F

Tints of Sapphire #122D6F

Color information

#122D6F (or 0x122D6F) is unknown color: approx Sapphire. HEX triplet: 12, 2D and 6F. RGB value is (18,45,111). Sum of RGB (Red+Green+Blue) = 18+45+111=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #122D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D6F is #EDD290. Grayscale: #2C2C2C. Windows color (decimal): -15585937 or 7286034. OLE color: 7286034.

HSL color Cylindrical-coordinate representation of color #122D6F: hue angle of 222.58º 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 #122D6F is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1845111-
CMYK0.840.5900.56
HSL222.58º72.09%25.29%-
HSV(B)222.58º83.78%43.53%-
XYZ4.063.1515.43-
YUV44.45165.55109.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 111 (43.75% from 255) = 63.79%
R=10.34%
G=25.86%
B=63.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18451110.840.5900.56222.5872.0925.29
Hex122D6F543B038df4819
Octal22551571247307033711031
Binary1001010110111011111010100111011011100011011111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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