#14235C

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

Shades of Sapphire #14235C

Tints of Sapphire #14235C

Color information

#14235C (or 0x14235C) is unknown color: approx Sapphire. HEX triplet: 14, 23 and 5C. RGB value is (20,35,92). Sum of RGB (Red+Green+Blue) = 20+35+92=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #14235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14235C is #EBDCA3. Grayscale: #242424. Windows color (decimal): -15457444 or 6038292. OLE color: 6038292.

HSL color Cylindrical-coordinate representation of color #14235C: hue angle of 227.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14235C is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB203592-
CMYK0.780.6200.64
HSL227.5º64.29%21.96%-
HSV(B)227.5º78.26%36.08%-
XYZ2.822.1210.39-
YUV37.01159.03115.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=13.61%
G=23.81%
B=62.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2035920.780.6200.64227.564.2921.96
Hex14235C4E3E040e44016
Octal244313411676010034410026
Binary10100100011101110010011101111100100000011100100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14235C; }

 p { color: rgb(20,35,92); }

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

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

 a { background-color: rgb(20,35,92); }

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

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

 span { border-color: rgb(20,35,92); }

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