#122F62

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

Shades of Sapphire #122F62

Tints of Sapphire #122F62

Color information

#122F62 (or 0x122F62) is unknown color: approx Sapphire. HEX triplet: 12, 2F and 62. RGB value is (18,47,98). Sum of RGB (Red+Green+Blue) = 18+47+98=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #122F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F62 is #EDD09D. Grayscale: #2B2B2B. Windows color (decimal): -15585438 or 6434578. OLE color: 6434578.

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

Color convert

RGB184798-
CMYK0.820.5200.62
HSL218.25º68.97%22.75%-
HSV(B)218.25º81.63%38.43%-
XYZ3.473.0411.96-
YUV44.14158.39109.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 98 (38.67% from 255) = 60.12%
R=11.04%
G=28.83%
B=60.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1847980.820.5200.62218.2568.9722.75
Hex122F62523403Eda4517
Octal22571421226407633210527
Binary1001010111111000101010010110100011111011011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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