#142453

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

Shades of Sapphire #142453

Tints of Sapphire #142453

Color information

#142453 (or 0x142453) is unknown color: approx Sapphire. HEX triplet: 14, 24 and 53. RGB value is (20,36,83). Sum of RGB (Red+Green+Blue) = 20+36+83=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #142453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142453 is #EBDBAC. Grayscale: #242424. Windows color (decimal): -15457197 or 5448724. OLE color: 5448724.

HSL color Cylindrical-coordinate representation of color #142453: hue angle of 224.76º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142453 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB203683-
CMYK0.760.5700.67
HSL224.76º61.17%20.2%-
HSV(B)224.76º75.9%32.55%-
XYZ2.482.048.45-
YUV36.57154.2116.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 83 (32.81% from 255) = 59.71%
R=14.39%
G=25.90%
B=59.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2036830.760.5700.67224.7661.1720.2
Hex1424534C39043e13d14
Octal24441231147101033417524
Binary1010010010010100111001100111001010000111110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142453; }

 p { color: rgb(20,36,83); }

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

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

 a { background-color: rgb(20,36,83); }

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

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

 span { border-color: rgb(20,36,83); }

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