#142263

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

Shades of Sapphire #142263

Tints of Sapphire #142263

Color information

#142263 (or 0x142263) is unknown color: approx Sapphire. HEX triplet: 14, 22 and 63. RGB value is (20,34,99). Sum of RGB (Red+Green+Blue) = 20+34+99=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #142263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142263 is #EBDD9C. Grayscale: #242424. Windows color (decimal): -15457693 or 6496788. OLE color: 6496788.

HSL color Cylindrical-coordinate representation of color #142263: hue angle of 229.37º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142263 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB203499-
CMYK0.800.6600.61
HSL229.37º66.39%23.33%-
HSV(B)229.37º79.8%38.82%-
XYZ3.112.1912.06-
YUV37.22162.86115.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=13.07%
G=22.22%
B=64.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2034990.800.6600.61229.3766.3923.33
Hex142263504203De54217
Octal244214312010207534510227
Binary10100100010110001110100001000010011110111100101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142263; }

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

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

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

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

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

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

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

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