#14235D

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

Shades of Sapphire #14235D

Tints of Sapphire #14235D

Color information

#14235D (or 0x14235D) is unknown color: approx Sapphire. HEX triplet: 14, 23 and 5D. RGB value is (20,35,93). Sum of RGB (Red+Green+Blue) = 20+35+93=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #14235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14235D is #EBDCA2. Grayscale: #242424. Windows color (decimal): -15457443 or 6103828. OLE color: 6103828.

HSL color Cylindrical-coordinate representation of color #14235D: hue angle of 227.67º degrees, saturation: 0.65, 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 #14235D is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB203593-
CMYK0.780.6200.64
HSL227.67º64.6%22.16%-
HSV(B)227.67º78.49%36.47%-
XYZ2.872.1410.62-
YUV37.13159.53115.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 93 (36.72% from 255) = 62.84%
R=13.51%
G=23.65%
B=62.84%

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
Decimal2035930.780.6200.64227.6764.622.16
Hex14235D4E3E040e44116
Octal244313511676010034410126
Binary10100100011101110110011101111100100000011100100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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