#142253

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

Shades of Sapphire #142253

Tints of Sapphire #142253

Color information

#142253 (or 0x142253) is unknown color: approx Sapphire. HEX triplet: 14, 22 and 53. RGB value is (20,34,83). Sum of RGB (Red+Green+Blue) = 20+34+83=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #142253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142253 is #EBDDAC. Grayscale: #232323. Windows color (decimal): -15457709 or 5448212. OLE color: 5448212.

HSL color Cylindrical-coordinate representation of color #142253: hue angle of 226.67º 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 #142253 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB203483-
CMYK0.760.5900.67
HSL226.67º61.17%20.2%-
HSV(B)226.67º75.9%32.55%-
XYZ2.421.928.43-
YUV35.4154.86117.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 83 (32.81% from 255) = 60.58%
R=14.60%
G=24.82%
B=60.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2034830.760.5900.67226.6761.1720.2
Hex1422534C3B043e33d14
Octal24421231147301033437524
Binary1010010001010100111001100111011010000111110001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142253; }

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

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

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

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

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

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

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

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