#122561

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

Shades of Sapphire #122561

Tints of Sapphire #122561

Color information

#122561 (or 0x122561) is unknown color: approx Sapphire. HEX triplet: 12, 25 and 61. RGB value is (18,37,97). Sum of RGB (Red+Green+Blue) = 18+37+97=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #122561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122561 is #EDDA9E. Grayscale: #252525. Windows color (decimal): -15587999 or 6366482. OLE color: 6366482.

HSL color Cylindrical-coordinate representation of color #122561: hue angle of 225.57º 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 #122561 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB183797-
CMYK0.810.6200.62
HSL225.57º68.7%22.55%-
HSV(B)225.57º81.44%38.04%-
XYZ3.072.3111.59-
YUV38.16161.21113.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 97 (38.28% from 255) = 63.82%
R=11.84%
G=24.34%
B=63.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1837970.810.6200.62225.5768.722.55
Hex122561513E03Ee24517
Octal22451411217607634210527
Binary1001010010111000011010001111110011111011100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122561; }

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

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

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

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

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

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

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

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