#143463

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

Shades of Sapphire #143463

Tints of Sapphire #143463

Color information

#143463 (or 0x143463) is unknown color: approx Sapphire. HEX triplet: 14, 34 and 63. RGB value is (20,52,99). Sum of RGB (Red+Green+Blue) = 20+52+99=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #143463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143463 is #EBCB9C. Grayscale: #2F2F2F. Windows color (decimal): -15453085 or 6501396. OLE color: 6501396.

HSL color Cylindrical-coordinate representation of color #143463: hue angle of 215.7º 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 #143463 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB205299-
CMYK0.800.4700.61
HSL215.7º66.39%23.33%-
HSV(B)215.7º79.8%38.82%-
XYZ3.773.5112.28-
YUV47.79156.9108.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=11.70%
G=30.41%
B=57.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2052990.800.4700.61215.766.3923.33
Hex143463502F03Dd84217
Octal24641431205707533010227
Binary1010011010011000111010000101111011110111011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143463; }

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

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

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

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

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

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

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

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