#122754

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

Shades of Sapphire #122754

Tints of Sapphire #122754

Color information

#122754 (or 0x122754) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 54. RGB value is (18,39,84). Sum of RGB (Red+Green+Blue) = 18+39+84=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #122754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122754 is #EDD8AB. Grayscale: #252525. Windows color (decimal): -15587500 or 5515026. OLE color: 5515026.

HSL color Cylindrical-coordinate representation of color #122754: hue angle of 220.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122754 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB183984-
CMYK0.790.5400.67
HSL220.91º64.71%20%-
HSV(B)220.91º78.57%32.94%-
XYZ2.582.228.68-
YUV37.85154.04113.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=12.77%
G=27.66%
B=59.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1839840.790.5400.67220.9164.7120
Hex1227544F36043dd4114
Octal224712411766010333510124
Binary10010100111101010010011111101100100001111011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122754; }

 p { color: rgb(18,39,84); }

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

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

 a { background-color: rgb(18,39,84); }

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

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

 span { border-color: rgb(18,39,84); }

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