#14235B

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

Shades of Sapphire #14235B

Tints of Sapphire #14235B

Color information

#14235B (or 0x14235B) is unknown color: approx Sapphire. HEX triplet: 14, 23 and 5B. RGB value is (20,35,91). Sum of RGB (Red+Green+Blue) = 20+35+91=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #14235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14235B is #EBDCA4. Grayscale: #242424. Windows color (decimal): -15457445 or 5972756. OLE color: 5972756.

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

Color convert

RGB203591-
CMYK0.780.6200.64
HSL227.32º63.96%21.76%-
HSV(B)227.32º78.02%35.69%-
XYZ2.782.1110.16-
YUV36.9158.53115.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=13.70%
G=23.97%
B=62.33%

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
Decimal2035910.780.6200.64227.3263.9621.76
Hex14235B4E3E040e34016
Octal244313311676010034310026
Binary10100100011101101110011101111100100000011100011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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