#14275E

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

Shades of Sapphire #14275E

Tints of Sapphire #14275E

Color information

#14275E (or 0x14275E) is unknown color: approx Sapphire. HEX triplet: 14, 27 and 5E. RGB value is (20,39,94). Sum of RGB (Red+Green+Blue) = 20+39+94=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #14275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14275E is #EBD8A1. Grayscale: #272727. Windows color (decimal): -15456418 or 6170388. OLE color: 6170388.

HSL color Cylindrical-coordinate representation of color #14275E: hue angle of 224.59º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14275E is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB203994-
CMYK0.790.5900.63
HSL224.59º64.91%22.35%-
HSV(B)224.59º78.72%36.86%-
XYZ3.032.4110.89-
YUV39.59158.71114.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=13.07%
G=25.49%
B=61.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2039940.790.5900.63224.5964.9122.35
Hex14275E4F3B03Fe14116
Octal24471361177307734110126
Binary1010010011110111101001111111011011111111100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14275E; }

 p { color: rgb(20,39,94); }

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

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

 a { background-color: rgb(20,39,94); }

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

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

 span { border-color: rgb(20,39,94); }

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