#14297B

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

Shades of Sapphire #14297B

Tints of Sapphire #14297B

Color information

#14297B (or 0x14297B) is unknown color: approx Sapphire. HEX triplet: 14, 29 and 7B. RGB value is (20,41,123). Sum of RGB (Red+Green+Blue) = 20+41+123=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #14297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14297B is #EBD684. Grayscale: #2B2B2B. Windows color (decimal): -15455877 or 8071444. OLE color: 8071444.

HSL color Cylindrical-coordinate representation of color #14297B: hue angle of 227.77º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14297B is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2041123-
CMYK0.840.6700.52
HSL227.77º72.03%28.04%-
HSV(B)227.77º83.74%48.24%-
XYZ4.663.1619.1-
YUV44.07172.54110.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 123 (48.44% from 255) = 66.85%
R=10.87%
G=22.28%
B=66.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20411230.840.6700.52227.7772.0328.04
Hex14297B5443034e4481c
Octal245117312410306434411034
Binary10100101001111101110101001000011011010011100100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,41,123); }

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

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

 a { background-color: rgb(20,41,123); }

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

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

 span { border-color: rgb(20,41,123); }

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